

MCQOPTIONS
Saved Bookmarks
1. |
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 |
Answer» D. Member functions can be made friend to another class using the friend keyword | |