A Admin • 828.43K Points Coach Q. Which of the following is a valid declaration of an object of class Box? (A) Box obj = new Box(); (B) Box obj = new Box; (C) obj = new Box(); (D) new Box obj; Correct Answer - Option(A) Views: 18 Filed under category Java Hashtags: Share Manage Tags
Discusssion
Login to discuss.