Solved

Public CommissionEmployee Which of the Following Is False

Question 3

Multiple Choice

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.

Correct Answer:

verifed

Verified

Related Questions