MCQOPTIONS
Saved Bookmarks
| 1. |
Can a class have more than one function with all the default arguments? |
| A. | Yes, always |
| B. | Yes, if argument list is different |
| C. | No, because constructors overloading doesn’t depend on argument list |
| D. | No, never |
| Answer» E. | |