InterviewSolution
Saved Bookmarks
| 1. |
How to access the object in the class?(a) scope resolution operator(b) ternary operator(c) direct member access operator(d) resolution operator |
|
Answer» The correct option is (c) direct member access operator The best explanation: Objects in the method can be accessed using direct member access operator which is (.). |
|