1.

Explain protected access.

Answer»

The protected members are similar to private members of a class in a single class. But, if a class is derived from an existing class, then protected members of the base class are accessible to the derived class.



Discussion

No Comment Found