Page 1 of 1

Which of the following is a valid declaration of an object of class Box?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) Box obj = new Box();
b) Box obj = new Box;
c) obj = new Box();
d) new Box obj;