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
Can I learn c++ as my first language?
What is the difference between public and private data members?
Is string data type in c++?
How much maximum can you allocate in a single call to malloc()?
What is atoi?
How many types of scopes are there in c++?
Tell me difference between constant pointer and pointer to a constant.
What are compilers in c++?
What is array in c++ example?
What is c++ and its features?
What do you mean by volatile and mutable keywords used in c++?
What are signs of manipulation?
How can we access protected and private members of a class?
Why struct is used in c++?
What is == in programming?