Multiple Choice
What is being protected in the following statement?
Class Car :
Protected Vehicle
A) derived class functions
B) base class members
C) derived class data
D) future inherited classes
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: A derived class may become a base
Q12: Select all that apply. Which of the
Q13: The compiler performs _ on virtual functions.<br>A)
Q14: Polymorphism is when _ in a class
Q15: The _ members of a base class
Q17: In C++11, using constructor inheritance, it is
Q18: Which of the following is commonly used
Q19: Which is the derived class in the
Q20: Select all that apply. The base class's
Q21: The _ destructor is called before the