Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which of the following does a derived class inherit from a base class?

  Shared By: Julia Hughes    Date: Sep 18    Category: C++ Programming    Views: 725

Answer:

Options

a) public and protected class members
b) public and private class members
c) only public data
d) Everything

Answer : a) public and protected class members

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: