0
Java type casting of reference data type
If A is a super class of B then whatâs the difference between these A obj = new B(); B obj = new B();
1 Answer
If A is a super class of B then whatâs the difference between these A obj = new B(); B obj = new B();