MCQOPTIONS
Saved Bookmarks
| 1. |
If a member function have to be made both zero argument and parameterized constructor, which among the following can be the best option? |
| A. | Two normal and one default argument |
| B. | At least one default argument |
| C. | Exactly one default argument |
| D. | Make all the arguments default |
| Answer» E. | |