InterviewSolution
Saved Bookmarks
| 1. |
How to access members of the class inside a member function?(a) Using this pointer only(b) Using dot operator(c) Using arrow operator(d) Used directly or with this pointerThis question was addressed to me in an online quiz.This is a very interesting question from Member Functions in section Class Members & Types of Object Oriented Programming |
|
Answer» The correct ANSWER is (d) USED directly or with this POINTER |
|