Types
of Member Functions:
We already know what member
functions are and what they do. Now let’s study some special member functions
present in the class. Following are different types of Member functions,
1.
Simple functions
2.
Static functions
3.
Const functions
4.
Inline functions
5.
Friend functions