Which Is The Condition That Must Be Followed If The Array Of #365
Which is the condition that must be followed if the array of objects is declared without initialization, only with size of array?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 OOps Objects - OOPs MCQ: Object Array - Quiz No.1.
Which is the condition that must be followed if the array of objects is declared without initialization, only with size of array?
The class should have separate constructor for each object
The class must have no constructors
The class should not have any member function
The class must have a default or zero argument constructor