When the design recommends static functions?
Answer Posted / aruna kumar samal
When you want to use the function inside the program , not
outside then dsign recomend to do so. This does not have a
this pointer.static function maynot be virtual.there will
not be same version of static and non static function.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the arrow operator in c++?
What is endl c++?
What is size_type?
explain the reference variable in c++?
What is a container class?
What is input operator in c++?
What do you mean by global variables?
Difference between overloaded functions and overridden functions
Explain how the virtual base class is different from the conventional base classes of the opps.
why and when we can declar member fuction as a private in the class?
Should I learn c++ c?
Is c++ built on c?
What is set in c++?
What is a try block?
Explain Memory Allocation in C/C++ ?