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

PRIVATE

so does this mean that private variables in a given class cannot be accessed by an object of a derived class whose base class is the said private variable?

18th May 2020, 9:31 AM
Idundun Sydney
Idundun Sydney - avatar
1 Answer
+ 1
Private members of a class is not accessible to anyone outside the class except member functions of that class and friend functions of that class.
18th May 2020, 9:39 AM
Arsenic
Arsenic - avatar