How we can differentiate between strongly private methods and private methods?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How we can differentiate between strongly private methods and private methods??

26th Mar 2020, 8:48 AM
Gaurav Pathak
4 Answers
+ 4
"_" for weak private methods "__" for strong private methods
26th Mar 2020, 8:54 AM
Justus
Justus - avatar
+ 3
In Python, you have no real privacy. What Justus has said is all you've got.
26th Mar 2020, 9:20 AM
HonFu
HonFu - avatar
+ 2
Ok, thanx..
26th Mar 2020, 9:22 AM
Gaurav Pathak
0
Something else....
26th Mar 2020, 8:57 AM
Gaurav Pathak