Interview Questions

In the derived class, which data member of the base class are visible?

C++ Interview Questions and Answers


(Continued from previous question...)

34. In the derived class, which data member of the base class are visible?

In the public and protected sections.

(Continued on next question...)

Other Interview Questions