InterviewSolution
Saved Bookmarks
| 1. |
How to access data members of a class?(a) Dot operator(b) Arrow operator(c) Dot or arrow as required(d) Dot, arrow or direct callI had been asked this question during an interview.My question is from Data Members topic in chapter Class Members & Types of Object Oriented Programming |
|
Answer» Right CHOICE is (c) Dot or arrow as required |
|