Syntax of Member function
Answers
Answered by
1
Do you want it of c++
soham26:
yes
Answered by
2
Answer:
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. You can declare a member function as static ; this is called a static member function.
Similar questions