Question: The line: virtual double earnings ( ) const = 0 ; appears in a class definition. You cannot deduce that: Question 8 options: All classes

The line:
virtual double earnings() const =0;
appears in a class definition. You cannot deduce that:
Question 8 options:
All classes that directly inherit from this class will override this method.
This class is an abstract class.
Any concrete class derived from this class will have an earnings function.
This class will probably be used as a base class for other classes.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!