what is the difference between overload() and void overload()
Answers
Answered by
0
Answer:
Difference between function overloading and operator overloading
Difference between Function Overloading and Operator Overloading. Function overloading allows us to call it in multiple ways. ... Function overloading means using a single name and giving more functionality to it. Operator overloading means adding extra functionality for a certain operator
Explanation:
Answered by
0
Explanation:
In function overloading, two or more methods in one class have different parameters but the same methodname. In function overriding, two methods have the same parameters, and method name, but one method is in the parent class and the other is in the
child class.
HOPE IT HELPS YOU
ANSWER BY :-
@sharveechuri❤️
PLS LIKE AND MARK AS BRAINLIEST. I WANT FEW!
Similar questions