When the design recommends static functions?
Answer Posted / manu
The design reccommends static functions when you need to
call the function even when the class is not instantiated.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Write a program to find the Fibonacci series recursively.
In c++, what is the difference between method overloading and method overriding?
Which one is better- macro or function?
Explain selection sorting?
Why was c++ created?
What is meant by iomanip in c++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Can I uninstall microsoft c++ redistributable?
What is endianness?
the maximum length of a character constant can be a) 2 b) 1 c) 8
Which is most difficult programming language?
What do you mean by translation unit?
Eplain extern keyword?
Does improper inheritance have a potential to wreck a project?
Is c++ low level?