what does the following statement mean? Employee staff = new Employee();
Answers
Answered by
106
__________________________________
Your Question - What does the following statement mean? Employee staff = new Employee
__________________________________
Your Answer - Employee staff=new Employee() means that staff is an object of class Employee and it is being created.
___________________________________
》Hope it helps
Similar questions