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
Write bites in Turbo c++ Header ("Include") Files.
What is the difference between *p++ and (*p)++ ?
What do you understand by pure virtual function? Write about its use?
What is the array and initializing arrays in c++?
Is c++ an oop?
Write a program to find the Factorial of a number
What is std :: endl?
what kind of projects are suitable for c and c++
What is the use of turbo c++?
What is abstraction in c++?
Is c++ the best programming language?
What is class in c++ with example?
Can you please explain the difference between using macro and inline functions?
What's the order in which the objects in an array are destructed?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c