Which among the following is false, for member function of a class?
- All member functions must be defined
- Member functions can be defined inside or outside the class body
- Member functions need not be declared inside the class definition
- Member functions can be made friend to another class using friend keyword
(c).Member functions need not be declared inside the class definition
need an explanation for this answer? contact us directly to get an explanation for this answer