+2 votes
in Class 12 by kratos

Is it possible to access data outside a class?

1 Answer

+2 votes
by kratos
 
Best answer

Yes, the public members can be accessed by member functions of the class and non member function (outside the class) of the class.

...