Computer Science, asked by parulsh1778, 1 year ago

What is nonmember functions

Answers

Answered by bishnudevsonowal8690
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