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.

Related questions

+1 vote
0 votes
asked Jun 18, 2020 in C Plus Plus by Robindeniel
0 votes
asked Jun 15, 2020 in C Plus Plus by Robindeniel
...