Function overloading in c++ function overridding differences
Answers
Answered by
0
Overloading a method (orfunction) in C++ is the ability forfunctions of the same name to be defined as long as these methods have different signatures (different set of parameters). ... (b) Overloading does not block inheritance from the superclass whereas overriding blocks inheritance from the superclass.
Similar questions