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
Differentiate between late binding and early binding.
What is a base class?
What is a modifier in c++?
Is c++ low level?
What is the difference between set and map in c++?
Which operations are permitted on pointers?
How a macro differs from a template?
write a programme to get a character and thier ASCII value
Which software is best for programming?
What is the difference between C and CPP?
What is the iunknown interface?
Is multimap sorted c++?
How do you flush a buffer in c++?
What's the order in which the objects in an array are destructed?
What is a c++ object?