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


Please Help Members By Posting Answers For Below Questions

What is abstract keyword in c++?

810


What is virtual table?

811


What are the classes in c++?

823


Can non-public members of another instance of the class be retrieved by the method of the same class?

803


Is c++ the most powerful language?

745


What is a manipulative person?

733


What is iostream in c++ used for?

726


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. --- │ │ │ │ │ │ ---

1854


Explain what are the sizes and ranges of the basic c++ data types?

857


How much do c++ programmers make?

761


Why is c++ still best?

729


How can you link a c++ program to c functions?

837


Where is atoi defined?

776


What are arrays c++?

812


Which function cannot be overloaded c++?

795