Computer Science, asked by AngelD178, 11 months ago

Difference between member function and normal function in c++

Answers

Answered by Irfan1729
0

Answer:

An ordinary function is nothing but a function with a return type and zero or more arguments. It can be called directly in the main or other functions. A member function is declared or defined within a class or structure.

Explanation:

hope it helps you guys

Similar questions