1.

Correct way of declaration of object of the following class is ?$

A.
B. name n = new name();
C. n = name();
Answer» D.


Discussion

No Comment Found