The first programming project involves writing a program


Assignment

Instructions

The first programming project involves writing a program that computes the salaries for a collection of employees of different types. This program consists of four classes. The first class is the Employee class, which contains the employee's name and monthly salary, which is specified in whole dollars. It should have three methods:

A constructor that allows the name and monthly salary to be initialized.

A method named annualSalary that returns the salary for a whole year.

A toString method that returns a string containing the name and monthly salary, appropriately labeled.

The Employee class has two subclasses. The first is Salesman. It has an additional instance variable that contains the annual sales in whole dollars for that salesman. It should have the same three methods:

A constructor that allows the name, monthly salary and annual sales to be initialized.

An overridden method annualSalary that returns the salary for a whole year.

Solution Preview :

Prepared by a verified Expert
Programming Languages: The first programming project involves writing a program
Reference No:- TGS01724580

Now Priced at $40 (50% Discount)

Recommended (98%)

Rated (4.3/5)