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 Resposta
If A is a super class of B then what’s the difference between these A obj = new B(); B obj = new B();