Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
class name
a) name n = new name();
b) n = name();
c) name n = name();
d) n = new name();