Difference between Overloading and Overriding?
Answer Posted / ramesh pedhamalla
Overloading is compile time binding, where as overriding is
dynamic binding.....
| Is This Answer Correct ? | 112 Yes | 25 No |
Post New Answer View All Answers
Explain one method to process an entire string as one unit?
What are multiple inheritances (virtual inheritance)?
Can I run c program in turbo c++?
Explain queue. How it can be implemented?
What is a multiset c++?
Can c++ do everything c can?
Define token in c++.
Why do we need runtime polymorphism in c++?
What is auto used for in c++?
Do we have to use initialization list in spite of the assignment in constructors?
What is searching?
What is the first name of c++?
what is COPY CONSTRUCTOR and what is it used for?
When does the c++ compiler create temporary variables?
What is binary search in c++?