Multiple Choice
The line: virtual double functionX() const = 0;
In a class definition indicates that the class is probably a:
A) Base class.
B) Derived class.
C) Protected class.
D) Library class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q18: Abstract classes do not necessarily have:<br>A) A
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 =
Q24: What mistake prevents the following class declaration