Three classes and two objects

Report a typo

Here are three classes:

class A { }

class B extends A { }

class C extends B { }

and two objects:

A ac = new C();
A ab = new B();

Select all incorrect statements.

Select one or more options from the list
___

Create a free account to access the full topic