Correct choice is (c) Functions accessible everywhere using object of class
The explanation is: The most suitable definition would be that public member functions are accessible everywhere using object of the class. If derived classes are using those, derived class object can be used to call those functions.