Multiple Choice
A pure virtual function
A) is a virtual function that has been completely debugged.
B) is a virtual function that has no implementation.
C) is a virtual function that performs a single task in program.
D) is one that is only called from within a virtual constructor.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q14: An abstract class is<br>A) one that has
Q15: Polymorphism in C++ will not work unless
Q17: An abstract class is somewhat restricted in
Q18: Static binding occurs when the compiler binds
Q19: When a virtual member function of a
Q20: In C++, polymorphism is based on the
Q21: _ functions are dynamically bound by the