Question: 17
(Choose 1 answer)
Which of the following statements correctly creates an object of the Employee class and assigns it to a
variable named emp?
A. Employee emp = new Employee();
B. Employee emp = new Employee;
C. Employee emp = createInstance Employee();
D. Employee emp = create Employee();