Question: Project 2 : Employee Management System Problem Statement: You need to develop an Employee Management System where the base class ( superclass ) Employee stores

Project 2: Employee Management System
Problem Statement:
You need to develop an Employee Management System where the base class (superclass) Employee stores general employee information such as name, age, and salary. Additionally, create a subclass Manager that inherits from Employee and adds specific information about managers, such as their department and bonus.
Objectives:
0 Use inheritance between Employee and Manager.
0 Implement constructors for both classes.
0 Use public and private data members.
(3 Demonstrate the this keyword in constructors to differentiate between instance variables and parameters.
WRITE A JAVA PROGRAM
Project 2 : Employee Management System Problem

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!