Q:

If array of objects is declared as given below, which is the limitation on objects?

0

If array of objects is declared as given below, which is the limitation on objects?

Class_name arrayName[size];


  1. The objects will have same values
  2. The objects will not be initialized individually
  3. The objects can never be initialized
  4. The objects will have same data

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (b).The objects will not be initialized individually

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING OBJECTS AND CLASSES IN OOPS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which is the condition that must be followed if th... >>
<< What is the type of the elements of array of objec...