0 votes
in C Plus Plus by

Explain the Static Member Function.

1 Answer

0 votes
by

A static member function can access only the static member variable of the class. Same as the static member variables, a static member function can also be accessed using the class name.

...