 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | How are class members referenced? Discuss with suitable example. | 
| Answer» The class members are referenced using dot (.) operator. The public data members of a class can be accessed using dot (.) operator using objects of that class. | |