Question: Which is false for a member function of a class?

  1. Member functions can be defined only inside or outside the class body.
  2. Member functions can be made to be friends of another class.
  3. Member functions do not need to be declared inside the class definition.
  4. All member functions need to be defined.

Answer: The correct answer of the above question is Option C:Member functions do not need to be declared inside the class definition.