+2 votes
by (524 points)
Static function and how and where it is used.

1 Answer

0 votes
by (1.1k points)

A static function is a special function that can be executed even when the object is not initialized. It can be used to declare functions of the same name. It can also be used as a block as static functions can't access member funtioncs.

Welcome to CodersEditor Q&A, where you can ask questions and receive answers from other members of the community.
...