Multiple Choice
A pure virtual function
A) must be overridden in a derived class for the function to be useful.
B) executes more efficiently than a non-pure virtual function.
C) must be accompanied by a virtual constructor of the same class.
D) All of the above
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: A class with at least one pure
Q9: Polymorphism is when _ in a class
Q10: Declaring a member function of a class
Q11: _ to a base class may be
Q12: When more than one class is derived
Q14: An abstract class is<br>A) one that has
Q15: Polymorphism in C++ will not work unless
Q16: A pure virtual function<br>A) is a virtual
Q17: An abstract class is somewhat restricted in
Q18: Static binding occurs when the compiler binds