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
Q3: If objects of all the classes derived
Q6: Which of the following statements about virtual
Q8: Virtual functions must:<br>A) Be overridden in every
Q9: Problems using switch logic to deal with
Q13: The main difference between a pure virtual
Q14: Which of the following would not be
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
Q25: The C++ compiler makes objects take up