MCQOPTIONS
Saved Bookmarks
| 1. |
If private members are to be called outside the class, which is a good alternative? |
| A. | Call a public member function which calls private function |
| B. | Call a private member function which calls private function |
| C. | Call a protected member function which calls private function |
| D. | Not possible |
| Answer» B. Call a private member function which calls private function | |