The correct option is (c) None of its member function can be called outside the class
Easiest explanation - According to rule of private, protected and default access specifiers, none of the members under these specifiers will be able to get invoked outside the class. We are not sure about the members of class specifically so other options doesn’t give a fixed answer.