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
What is the header file for setw?
What is an accessor in c++?
Why was c++ created?
What methods can be overridden in java?
Why is c++ still popular?
Which is the best c++ compiler for beginners?
Why is it called c++?
What are register variables?
What are static variables?
how to explain our contribution in the project?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What is double in c++?
What is a multimap c++?
Does improper inheritance have a potential to wreck a project?