Use BlueJ to write a java program that complete the following parts: Create a class named Employee and perform the following: Define private fields ( E_name, E_age, E_department ) as ( String, int,...


Use BlueJ to write a java program that complete the following parts:


Create a class named
Employee and perform the following:



  • Define private fields (E_name, E_age, E_department) as (String, int, and String)

  • Define a class variableSalarythat holds a constant value 10000.

  • Define a parameterized constructor of the classEmployee to initialize the values of(
    E_name, E_age, E_department)) as they are received in the parameters.



Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here