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...

Suppose you have a file that is linked to a file owned by another user. How can you ensure that changes to the file are no longer shared?

What will be an ideal response?

Computer Science & Information Technology

How would you edit a stand-alone macro?

What will be an ideal response?

Computer Science & Information Technology

Adding a sum to a field in the subreport causes the sum to display in the subreport control on the main form

Indicate whether the statement is true or false

Computer Science & Information Technology

Identify a drawback of biometrics.

a. Requires a very high initial investment. b. Does not provide a high degree of confidence in user identity. c. Requires the user to remember complex numeric passwords. d. Increases password administration costs.

Computer Science & Information Technology