Chemistry, asked by malayali123, 10 months ago

anggg vaikundapurath... what is member functions?

Answers

Answered by Anonymous
2

functions which are declared with friend keyword inside a class.

Friend functions are declared in the class but they are initialized outside the class because they are not part of the class.

Answered by Kannan0017
0

Answer:

ath evda

Explanation:

Member functions are operators and functions that are declared as members of a class. Member functions do not include operators and functions declared with the friend specifier. These are called friends of a class. ... The definition of a member function is within the scope of its enclosing class.

Similar questions