

MCQOPTIONS
Saved Bookmarks
1. |
How many parameters must be passed if only the following prototype is given to a constructor?Prototype: className(int x, int y, int z=0); |
A. | 1 |
B. | 2 |
C. | 3 |
D. | Compile time error |
Answer» C. 3 | |