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
What is abstract keyword in c++?
What is virtual table?
What are the classes in c++?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Is c++ the most powerful language?
What is a manipulative person?
What is iostream in c++ used for?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
Explain what are the sizes and ranges of the basic c++ data types?
How much do c++ programmers make?
Why is c++ still best?
How can you link a c++ program to c functions?
Where is atoi defined?
What are arrays c++?
Which function cannot be overloaded c++?