#169Multiple Choice
Given the class definitions: class C1 {} class C2 extends C1 {} class C3 extends C2 {} and the code fragment: 16. C1 obj1 = (C1) new C2(); 17. C2 obj2 = (C2) ne...
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free