Right choice is (d) Can access all the member of its class
The explanation is: The public member function can access any private, protected and public member of its class. Not only public member function, any member function of a class can access each and every other member declared inside the class. Hence are flexible to program.