

MCQOPTIONS
Saved Bookmarks
1. |
If the constructors are overloaded by using the default arguments, which problem may arise? |
A. | The constructors might have all the same arguments except the default arguments |
B. | The constructors might have same return type |
C. | The constructors might have same number of arguments |
D. | The constructors can’t be overloaded with respect to default arguments |
Answer» B. The constructors might have same return type | |