Question: Please provide code in Java Implement an Employee class and add the following methods: constructor , which allows the first name, last name and salary
Please provide code in Java
Implement an Employee class and add the following methods:
constructor, which allows the first name, last name and salary to be set
setLastname, to set a new last name
setFirstname, to set a new first name
getLastname, to get the last name of an employee
getSalary, to get the salary of an employee
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
