Access specifiers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Access specifiers

Hi guys, i just wanna know, do we have Access specifiers in Python? If not why?

7th Dec 2019, 12:04 AM
Masingita Abel
Masingita Abel - avatar
1 Answer
+ 1
you can declare private members using a double underscore...although you can still get round it by doing .. object._className__varName. object._className__methodName(). I'm sure that's in the tutorial.
7th Dec 2019, 12:29 AM
rodwynnejones
rodwynnejones - avatar