user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

61. Does Python employ access specifiers?

user image

Abhishek Mishra

2 years ago

Python does not restrict access to a function or instance variable. In order to mimic the functionality of protected and private access specifiers, Python introduces the concept of prefixing the name of the variable, function, or method with a single or double underscore.

Recent Doubts

Close [x]