 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Is it possible to access data outside a class? | 
| Answer» Yes, the public members can be accessed by member functions of the class and non-member function (outside the class) of the class. | |