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
Discussion on error handling of C++ .
What is the difference between global variables and static varables?
What is using namespace std in c++?
What is the difference between the functions memmove() and memcpy()?
Is map ordered c++?
What is the use of data hiding?
Which is better c++ or java?
What are built-in functions? What is the syntax for the definition?
What is a character in c++?
What is the use of ::(scope resolution operator)?
How do you establish an is-a relationship?
Why c++ is better than c language?
Define private, protected and public access control.
How would you differentiate between a pre and post increment operators while overloading?
an integer constant must have atleast one a) character b) digit c) decimal point