Assuming the following is the beginning of the constructor definition for class BasePlus-CommissionEmployee which inherits from class Point,

BasePlusCommissionEmployee::BasePlusCommissionEmployee( string first,
string last, string ssn, double sales, double rate, double salary )
: CommissionEmployee( first, last, ssn, sales, rate )
The second line:
a. Invokes the CommissionEmployee constructor with arguments.
b. Causes a compiler error.
c. Is unnecessary because the CommissionEmployee constructor is called automatically.
d. Indicates inheritance.

a. Invokes the CommissionEmployee constructor with arguments.

Computer Science & Information Technology

You might also like to view...

By default, PowerPoint files are saved every ________ minutes

A) 10 B) 15 C) 35 D) 20

Computer Science & Information Technology

____________________ provides real-time monitoring of the most common system performance indicators.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology