You are given two classes:
class A { }
class B extends A { }
and an object:
A a = new B();
Select all incorrect statements.
You are given two classes:
class A { }
class B extends A { }
and an object:
A a = new B();
Select all incorrect statements.
Create a free account to access the full topic