Answer Posted / sanish joseph
If we r using Static functions all the objects will get only
a single copy of dat function,means der wil b only one copy
of dat function.
static functions will contain only static variables.
| Is This Answer Correct ? | 17 Yes | 27 No |
Post New Answer View All Answers
Describe friend function & its advantages.
When does a name clash occur in c++?
Does there exist any other function which can be used to convert an integer or a float to a string?
What is auto used for in c++?
What is the size of integer variable?
Why would you use pointers in c++?
Explain the use of this pointer?
Show the application of a dynamic array with the help of an example.
Which one is better- macro or function?
What is static function? Explain with an example
How to allocate memory dynamically for a reference?
How the programmer of a class should decide whether to declare member function or a friend function?
What is the basic difference between C and C++?
What is c++ try block?
What are the two shift operators and what are their functions?