 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | What is the significance of using access specifiers? Mention different access specifiers. | 
| Answer» The data members and member functions can be accessed using access specifiers. They define the scope of members. The different access specifiers are private, protected and public. | |