Answer Posted / aavesh yadav
Static functions are functions which can access only static
variables and local variables.It can be called by class
name bcoz it is specific for a class in which it is
defined,not for any specific object of that class.It can
not be inherited also.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is the use of data hiding?
What is a responder chain?
What is using namespace std in c++?
Does c++ have arraylist?
What are the different types of comments allowed in c++?
Can you use the function fprintf() to display the output on the screen?
Explain linked list using c++ with an example?
What is endl c++?
What are pointer-to-members in C++? Give their syntax.
How do you clear a buffer in c++?
Refer to a name of class or function that is defined within a namespace?
What is a stack c++?
What are pointers used for c++?
Can I learn c++ without learning c?
What is the use of class in c++?