

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements are correct about the this reference? 1.this reference can be modified in the instance member function of a class. 2.Static functions of a class never receive the this reference. 3.Instance member functions |
A. | 2, 3, 5 |
B. | 1, 4 |
C. | 2, 5 |
D. | 3, 4 |
Answer» B. 1, 4 | |