

MCQOPTIONS
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 class |
Answer» D. Functions that can’t be accessed outside the class | |