

MCQOPTIONS
Saved Bookmarks
1. |
Which constructor will be called from the object obj2 in the following program? |
A. | A(int x) |
B. | A(int y) |
C. | A(int y, int x) |
D. | A(int y; int x)View Answer |
Answer» D. A(int y; int x)View Answer | |