Question: Which statement would NOT be valid in the driver class? public class Employee { / / code here } public class Manager extends Employee {

Which statement would NOT be valid in the driver class?
public class Employee{
//code here }
public class Manager extends Employee{
// code here }
A. Manager m1= new Employee();
B. Manager m2= new Manager();
C. Employee e 2= new Manager();
D. Employee e1= new Employee();
 Which statement would NOT be valid in the driver class? public

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!