Question: 5. Given the following code class A1 class A2 extends A1 { } class A3 extends A2 { } class A4 extends A1 class A5
5. Given the following code class A1 class A2 extends A1 { } class A3 extends A2 { } class A4 extends A1 class A5 extends A4) A1 01 = new A1(); A2 02 = new A2(); A3 03 = new A3(); A4 04 = new A40; A5 05 = new A50; which of the following statement is incorrect? (2 Points) 04 instance of A1 02 instance of A1 05 instance of A4 03 instance of A2 05 instance of A3 o1 instance of Al
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
