Menu

[solved]-Write Definition Class Employee Base Modular Specification Data Member Id Type Int Privat Q39061971

Write the definition of aclass  employee base on the modularspecification: .

  • A data member for Id  of type int(private).
  • A data member for EmpName of type string(private).
  • A data member for Salary of type double(private).
  • A method to display the fields Id, EmpName, andSalary.

—————– – Please write codes usingJava—————

Expert Answer


Answer to Write the definition of a class employee base on the modular specification: . A data member for Id of type int (private)… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *