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 pointer
This 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