What are static functions.
Answers
Answered by
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
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
English,
2 months ago
Business Studies,
2 months ago
Biology,
5 months ago
Physics,
11 months ago
Math,
11 months ago