Assuming the definition,

class BasePlusCommissionEmployee : public CommissionEmployee
which of the following is false?
a. The colon ( : ) in the header of the class definition indicates inheritance.
b. The keyword public indicates the type of inheritance.
c. All the public and protected members of class BasePlusCommissionEmployee are inherited as public and protected members, respectively, into class CommissionEmployee.
d. CommissionEmployee is the base class and BasePlusCommissionEmployee is the derived class.

c. All the public and protected members of class BasePlusCommissionEmployee are inherited as public and protected members, respectively, into class CommissionEmployee.

Computer Science & Information Technology

You might also like to view...

To select a startup form, click Options in the Backstage view to display the Access Options dialog box, and then click ____.

A. Popular B. Current Database C. Object Designers D. Customize

Computer Science & Information Technology

What must happen in a pretest loop before the instructions in the loop are processed?

A. the condition must evaluate to a value greater than 0 B. the condition must evaluate to true C. the condition must evaluate to a value less than 0 D. the condition must evaluate to false

Computer Science & Information Technology