PRIVATE | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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 Respuesta
+ 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