C++ Programming Question:
Download Questions PDF

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

C++ Programming Interview Question
C++ Programming Interview Question

Answer:

In the public and protected sections.

Download C++ Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is the two main roles of Operating System?How do you find out if a linked-list has an end? (i.e. the list is not a cycle)