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.


a. All classes that directly inherit from this class will override this method.

Computer Science & Information Technology

You might also like to view...

The computer at your email service provider that handles outgoing email messages is called the ____.

A. Internet service provider B. email service provider C. outgoing service provider D. outgoing email server

Computer Science & Information Technology

Access gives you the option of printing database reports. Please describe the types of information database reports often include.

What will be an ideal response?

Computer Science & Information Technology

____ view allows you to create or modify a worksheet while viewing how it will look in printed format.

A. Normal B. Page Layout C. Page Break Preview D. Full Screen

Computer Science & Information Technology

To more easily incorporate methods into a program, it is common practice to store methods in their own classes and files. Then you can add them into any application that uses them. What is the resulting compound program called?

A. a compound interface B. a multifile assembly C. a hid assembly D. a hid implementation

Computer Science & Information Technology