1.

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

A. Name n = new name(),
B. N = name(),
C. Name n = name(),
D. N = new name(),
Answer» B. N = name(),


Discussion

No Comment Found