InterviewSolution
Saved Bookmarks
| 1. |
Where in the parameter list is the implicit *this is added?(a) Right most parameter(b) Anywhere in parameter list(c) Left most parameter(d) Not added to parameter listI had been asked this question during an internship interview.I would like to ask this question from Member Operator Function topic in chapter Member Functions & its Types of Object Oriented Programming |
|
Answer» Correct choice is (c) Left most parameter |
|