Multiple Choice
Abstract classes do not necessarily have:
A) A 0 pointer in their vtable.
B) A virtual function prototype with the notation = 0.
C) Zero instances of their class.
D) Zero references to their class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: The main difference between a pure virtual
Q14: Which of the following would not be
Q15: Run-time type information can be used to
Q16: Virtual destructors must be used when:<br>A) The
Q17: Dynamic_cast is often used to:<br>A) Perform type
Q19: The line: virtual double functionX() const =
Q20: Abstract classes:<br>A) Contain at most one pure
Q21: Polymorphism is implemented via:<br>A) Member functions.<br>B) virtual
Q22: Which of the following assignments would be
Q23: The line: virtual double earnings() const =