If Array Of Objects Is Declared As Given Below Which Is The #364
If array of objects is declared as given below, which is the limitation on objects?</p> <pre><code class="language-text">Class_name arrayName[size];</code></pre>
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.
If array of objects is declared as given below, which is the limitation on objects?
Class_name arrayName[size];
The objects will have same values
The objects will not be initialized individually
The objects can never be initialized
The objects will have same data