MCQOPTIONS
Saved Bookmarks
| 1. |
Which is the condition that must be followed if the array of objects is declared without initialization, only with size of array? |
| A. | The class should have separate constructor for each object |
| B. | The class must have no constructors |
| C. | The class should not have any member function |
| D. | The class must have a default or zero argument constructor |
| Answer» E. | |