When do we use function overloading nad overriding?
Answers
Answered by
0
Inheritance: Overriding of functionsoccurs when one class is inherited from another class. ...Function Signature: Overloaded functions must differ in functionsignature ie either number of parameters or type of parametersshould differ.
Similar questions