Computer Science, asked by blessonjjohn, 3 months ago

What are static functions.

Answers

Answered by XxMissJhallixX
0

Answer:

A static function is a member function of a class that can be called even when an object of the class is not initialized. A static function cannot access any variable of its class except for static variables. The 'this' pointer points to the object that invokes the function.

Answered by Anonymous
1

αղsաҽɾ

  • A static function is a member function of a class that can be called even when an object of the class is not initialized. A static function cannot access any variable of its class except for static variables. The 'this' pointer points to the object that invokes the function.
Similar questions