How to access a private member function of a class?
(a) Using object of class
(b) Using object pointer
(c) Using address of member function
(d) Using class address
The question was asked in an online quiz.
This interesting question is from Private Member Functions topic in division Member Functions & its Types of Object Oriented Programming