Saved Bookmarks
| 1. |
What are public member functions?(a) Functions accessible outside the class but not in derived class(b) Functions accessible outside the class directly(c) Functions accessible everywhere using object of class(d) Functions that can’t be accessed outside the classI have been asked this question during an internship interview.I'm obligated to ask this question of Public Member Functions in portion Member Functions & its Types of Object Oriented Programming |
|
Answer» Correct choice is (C) Functions accessible everywhere using OBJECT of class |
|