Q:

When are the array of objects without any initialization useful?

0

When are the array of objects without any initialization useful?


  1. When object data is not required just after the declaration
  2. When initialization of object data is to be made by the compiler
  3. When object data doesn’t matter in the program
  4. When the object should contain garbage data

All Answers

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

 (a).When object data is not required just after the declaration

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
If constructor arguments are passed to objects of ... >>
<< Which is the condition that must be followed if th...