1
Answer

oops(object & reference)

What is diff between Class c=new Class(); //Create object and Class c; c=new Class(); //create reference variable

Answers (1)