Computer Science, asked by Anonymous, 8 months ago

method overloading is one of the way that java support s​

Answers

Answered by shreyasengupta1862
0

Answer:

mark me the brainliest

Explanation:

Method overloading is a concept that allows to declare multiple methods with same name but different parameters in the same class. Java supports method overloading and always occur in the same class(unlike method overriding). Method overloading is one of the ways through which java supports polymorphism

Similar questions