What is nonmember functions
Answers
Answered by
0
A non-member function always appears outside of a class. The member function can appear outside of the class body (for instance, in the implementation file).This is to identify that that function is a member of a particular class.
Similar questions