Difference between Overloading and Overriding?
Answer Posted / n.balasutha
It does not block superclass method it will override the
super class method
| Is This Answer Correct ? | 93 Yes | 63 No |
Post New Answer View All Answers
What does iomanip mean in c++?
What is the difference between mutex and binary semaphore?
What is binary search in c++?
Define namespace in c++?
How much do c++ programmers make?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
Explain the use of virtual destructor?
What is the use of vtable?
what is the difference between overloading & overriding? give example.
How can I disable the "echo" feature?
Is it possible to have a recursive inline function in c++?
How does work in c++?
Why Pointers are not used in C++?
Is c++ vector a linked list?
What is the difference between object-oriented programming and procedural programming?