difference between method overloading and method overriding
Answers
Answered by
1
Method overloading deals with the notion of having two or more methods in the same class with the same name but different arguments. ... Method overriding is when a child class redefines the same method as a parent class, with the same parameters
mambily1974:
add as brainliest
Answered by
0
Answer:
Method overloading deals with the notion of having two or more methods in the same class with the same name but different arguments.
Method overriding is when a child class redefines the same method as a parent class, with the same parameters
Similar questions