Multiple Choice
A class with at least one pure virtual function is called
A) a pure virtual class.
B) a virtual base class.
C) an abstract class.
D) All of the above
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: The term _ means the ability to
Q4: In C++ polymorphism is very difficult to
Q5: To indicate that a member function of
Q6: When the compiler binds a call to
Q7: A virtual function is declared by placing
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
Q13: A pure virtual function<br>A) must be overridden