Hierarchy of classes

Report a typo

You are given two classes:

class A { }

class B extends A { }

and an object:

A a = new B();

Select all incorrect statements.

Select one or more options from the list
___

Create a free account to access the full topic