Solved

The Line: Virtual Double Earnings() Const = 0;

Question 23

Multiple Choice

The line: virtual double earnings() const = 0;
Appears in a class definition. You cannot deduce that:


A) All classes that directly inherit from this class will override this method.
B) This class is an abstract class.
C) Any concrete class derived from this class will have an earnings function.
D) This class will probably be used as a base class for other classes.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions