Write the implementation of a member function called clear_time of an employee class that sets the value of a data member called years_employed to zero.

What will be an ideal response?


void employee::clear_time ( ) {
years_employed = 0;
}

Computer Science & Information Technology

You might also like to view...

During the openSUSE ____ phase, you select the user account and password.

A. analysis B. configuration C. preparation D. installation

Computer Science & Information Technology

Which type of address uses 128 bits?

A) LC B) IPv6 C) MAC D) IPv4

Computer Science & Information Technology

During a B-tree reflow operation, overflow can occur only when the nodes are combined.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Global groups can have domain local groups as members.

Indicate whether the statement is true or false

Computer Science & Information Technology