

MCQOPTIONS
Saved Bookmarks
1. |
Which_among_the_following_is_false,_for_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 friend keyword |
Answer» C. Member functions need not be declared inside the class definition | |