• Post author:
  • Post category:Blog
  • Reading time:1 mins read
  • Post last modified:June 12, 2024

Which convention is used in Python to indicate that methods and variables in a class are private and not to be used outside of the class?

  • by using a single preceding underscore ( _ ) for a method or variable
  • by using the command class private classname() : to start the class definition
  • by using two preceding hyphens ( — ) for a method or variable
  • by declaring a private method or variable in the beginning of the class definition
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments