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

A ________ is a category of data such as a file name, a page number, or the current date that can be inserted into a document

A) character B) record C) note D) field

Computer Science & Information Technology

In SharePoint, the ________ site template is a discussion-driven site where content can be searched, sorted, and rated

Fill in the blank(s) with correct word

Computer Science & Information Technology