MCQOPTIONS
Saved Bookmarks
| 1. |
If constructor arguments are passed to objects of array then ____________ if the constructors are overloaded. |
| A. | It is mandatory to pass same number of arguments to all the objects |
| B. | It is mandatory to pass same type of arguments to all the objects |
| C. | It is not mandatory to call same constructor for all the objects |
| D. | It is mandatory to call same constructor for all the constructors |
| Answer» D. It is mandatory to call same constructor for all the constructors | |