Difference between Overloading and Overriding?
Answer Posted / natarajan
Overloading is compile time binding, where as overriding is
dynamic binding.
Is This Answer Correct ? | 149 Yes | 40 No |
Post New Answer View All Answers
Explain the use of this pointer?
What is increment operator in c++?
Difference between a homogeneous and a heterogeneous container
give me an example for testing a program showing the test path .show how the test is important and complex.
How is modularity introduced in C++?
How many keywords are used in c++?
What are smart pointers?
Explain how a pointer to function can be declared in C++?
How can you tell what shell you are running on unix system?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
Is c++ a good beginners programming language?
Difference between pointer to constant and constant pointer to a constant. Give example.
What is a map in c++?
Which coding certification is best?
What is c++ iterator?