Examveda

In C++, which access specifier allows the members of a base class to be accessible in the derived class as well as from outside the class?

A. public

B. private

C. protected

D. friend

Answer: Option A


Join The Discussion

Related Questions on Inheritance in C plus plus