 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Which type of data members are accessible outside a class? | 
| Answer» The public members can be accessed by member functions of the class and non member function (outside the class) of the class. | |