Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following is accessed by a member function of a class?

a) The object of that class
b) All members of a class
c) The public part of a class
d) The private part of a class

Answer: b
Explanation: A member function of a class can access all the members of its class whether they are private, protected or public.

Join The Discussion