Which among the following is false, for a member function of a class?
(a) All member functions must be defined
(b) Member functions can be defined inside or outside the class body
(c) Member functions need not be declared inside the class definition
(d) Member functions can be made friend to another class using the friend keyword
The question was posed to me in homework.
This key question is from Classes topic in portion OOPs Concept & Features of Object Oriented Programming