If private members are to be called outside the class, which is a good alternative?
- Call a public member function which calls private function
- Call a private member function which calls private function
- Call a protected member function which calls private function
- Not possible
(a).Call a public member function which calls private function
need an explanation for this answer? contact us directly to get an explanation for this answer