What is the difference between "overloading" and "overridding"?
Answer Posted / shivanannd
overloading means that we can use same method with same
name many times for multiple purpose in a class with
difference parameters.
overriding means we can refer a method of a base class with
same name in a derived class with same paameters.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Why is polymorphism useful?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What is the difference between structure and class?
Explain about templates of C++.
Comment on assignment operator in c++.
What is the benefit of learning c++?
Define a pdb file.
What are default parameters? How are they evaluated in c++ function?
What is the importance of mutable keyword?
What are c++ variables?
What are c++ tokens?
Is nan a c++?
What are iterators in c++?
Why was c++ created?
Explain the volatile and mutable keywords.