Q:

Which is the condition that must be followed if the array of objects is declared without initialization, only with size of array?

0

Which is the condition that must be followed if the array of objects is declared without initialization, only with size of array?


  1. The class should have separate constructor for each object
  2. The class must have no constructors
  3. The class should not have any member function
  4. The class must have a default or zero argument constructor

All Answers

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

 (d).The class must have a default or zero argument constructor

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
When are the array of objects without any initiali... >>
<< If array of objects is declared as given below, wh...