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 an associative container in c++?
what you know about c++?
Is it possible for a member function to use delete this?
What are the vectors in c++?
What's the best free c++ profiler for windows?
What are all predefined data types in c++?
Write a struct time where integer m, h, s are its members?
Write about the stack unwinding?
Is java made in c++?
What causes a runtime error c++?
In the derived class, which data member of the base class are visible?
Which format specifier is used for printing a pointer value?
What is null pointer and void pointer?
Do you know what is overriding?
What is c++ programming language?