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
Explain the uses of static class data?
Does improper inheritance have a potential to wreck a project?
What is scope operator in c++?
What is meant by const_cast?
What is else syntax in c++?
What is an object in c++?
What is searching? Explain linear and binary search.
Where the memory to the static variables is allocated?
To which numbering system can the binary number 1101100100111100 be easily converted to?
What does it mean to declare a destructor as static?
Why is standard template library used?
What is a node class in c++?
What are the classes in c++?
what is the use of void main() in C++ language?
Does c++ support exception handling?