How To Access Members Of The Class Inside A Member Function #277
How to access members of the class inside a member function?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Class Members & Types - Object Oriented Programming MCQ: Member Functions - Quiz No.1.
How to access members of the class inside a member function?
Using this pointer only
Using dot operator
Using arrow operator
Used directly or with this pointer