1
Answer

Object & Ref

Photo of PankaJ D

PankaJ D

15y
2.7k
1
We cannot create an object of class a,but we create an reference varable of class a.What is meaning of this. Bcoz we ctrate an obj using Class a = new Class(); & create an reference using Class a; a=new Class();

Answers (1)