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
How many namespaces are there in c++?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
what you know about c++?
What is c++ mutable?
Where are setjmp and longjmp used in c++?
What is endl?
What are the uses of c++ in the real world?
What is the use of class in c++?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
What does asterisk mean in c++?
What is c++ flowchart?
how to connect with oracle 9i with server in socket program in c/c++
What is the full form of india?
What is guard code in c++?
What are stacks?