Which is false for a member function of a class?
Member functions can be defined only inside or outside the class body.
Member functions can be made to be friends of another class.
All member functions need to be defined.
Member functions do not need to be declared inside the class definition.