In a class what is the difference between private member and public member | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

In a class what is the difference between private member and public member

20th May 2017, 3:40 PM
RISHABH SINGH
RISHABH SINGH - avatar
3 Answers
23rd May 2017, 3:36 PM
Szabó Gábor
Szabó Gábor - avatar
+ 1
can you give example
20th May 2017, 3:46 PM
RISHABH SINGH
RISHABH SINGH - avatar
0
Public member reachable outside of the class, the private is not.
20th May 2017, 3:45 PM
Szabó Gábor
Szabó Gábor - avatar