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
What is guard code in c++?
Why ctype h is used in c++?
What is the use of cmath in c++?
What is the use of turbo c++?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What are 2 ways of exporting a function from a dll?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
Name the implicit member functions of a class.
Can you please explain the difference between static and dynamic binding of functions?
What is constant in c++ with example?
What is c++ & why it is used?
What is the type of this pointer in c++?
which operator is used for performing an exponential operation a) > b) ^ c) none
What is a constructor in c++ with example?
Explain the difference between new() and malloc() in c++?