Multiple Choice
Which of the following is commonly used to extend a class or to give it additional capabilities?
A) inheritance
B) privacy
C) the constructor
D) the destructor
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: The compiler performs _ on virtual functions.<br>A)
Q14: Polymorphism is when _ in a class
Q15: The _ members of a base class
Q16: What is being protected in the following
Q17: In C++11, using constructor inheritance, it is
Q19: Which is the derived class in the
Q20: Select all that apply. The base class's
Q21: The _ destructor is called before the
Q22: When a derived class has two or
Q23: Protected members of a base class are