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
Define macro.
what is VOID?
Differentiate between realloc() and free().
what are the types of Member Functions?
What relational operators if statements in c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
Is main a class in c++?
What is a literal in c++?
Why do we use pointers in c++?
What is a character in c++?
How a macro differs from a template?
Is c++ a pure oop language?
What is the use of "new" operator?
What does it mean to declare a member function as virtual?
When to use “const” reference arguments in a function?