Constructors
Design a class Employee that has three attributes  FirstName, LastName and EmpId
Class Daigram
Class Employee
Attributes
public FirstName
public LastName
public  EmpId
Constructors
public Employee( )
public Employee(Fname, Lname, Id)
Methods
public String getFirstName( )
public void setFirstName( )
public String getLastName( )
public void setLastName( )
public int getEmpId( )
public void setEmpId( )
public String toString( )
                       
Random StepsActionsProposed StepsPsedu Code





No of Errors:
Select any step from the first List Box and move it to the second List Box and make all its lines into correct steps of sequential order, using the Arrow Keys                                                                .