Use BlueJ to write a java program that complete the following parts: "Employee" class: Create a class Employee and perform the following: - Define private fields (Ename, Eage, Edepartment) as (String, int, and String) respectively. - Define a class variable Salarythat holds a constant value 10000. · Define a parameterized constructor of the class Employeeto initialize the values of (Ename, Eage, E_department) as they are received in the parameters. Your "fullName group "class. Create your class and perform the following: - Declare a HashMap of employees where the Hashmap holds employees' id strings as its keys, and the values are the objects that are created by the class Employee. - Create a method to add an employee into the HashMap. The method receives two parameters, the employee id and employee object. Create a method to lookup an employee in the HashMap by employee id. The method receives the lookup key in the parameter.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter10: Classes And Data Abstraction
Section: Chapter Questions
Problem 6SA
icon
Related questions
Question
Use BlueJ to write a java program that complete the following parts:
"Employee" class:
Create a class Employee and perform the following:
- Define private fields (Ename, E age, Edepartment) as (String, int, and
String) respectively.
- Define a class variable Salarythat holds a constant value 10000.
- Define a parameterized constructor of the class Employeeto initialize the
values of (Ename, Eage, E_department) as they are received in the
parameters.
Your "fullName_group "class.
Create your class and perform the following:
- Declare a HashMap of employees <String, Employee> where the Hashmap
holds employees' id strings as its keys, and the values are the objects that
are created by the class Employee.
- Create a method to add an employee into the HashMap. The method
receives two parameters, the employee id and employee object.
Create a method to lookup an employee in the HashMap by employee id. The
method receives the lookup key in the parameter.
Transcribed Image Text:Use BlueJ to write a java program that complete the following parts: "Employee" class: Create a class Employee and perform the following: - Define private fields (Ename, E age, Edepartment) as (String, int, and String) respectively. - Define a class variable Salarythat holds a constant value 10000. - Define a parameterized constructor of the class Employeeto initialize the values of (Ename, Eage, E_department) as they are received in the parameters. Your "fullName_group "class. Create your class and perform the following: - Declare a HashMap of employees <String, Employee> where the Hashmap holds employees' id strings as its keys, and the values are the objects that are created by the class Employee. - Create a method to add an employee into the HashMap. The method receives two parameters, the employee id and employee object. Create a method to lookup an employee in the HashMap by employee id. The method receives the lookup key in the parameter.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Knowledge Booster
Reference Types in Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning