Computer Science, asked by vasanthij97, 10 months ago

ICSE

Class 10

How does function overloading implement polymorphism in java ?

Answers

Answered by 111Abhijeet
3

Answer:

here is your answer..

Java, like many other object-oriented programming languages, allows you to implement multiple methods within the same class that use the same name but a different set of parameters. That is called method overloading and represents a static form of polymorphism.

please make it brainlist


111Abhijeet: please make it brainlist dude
111Abhijeet: thanks
Answered by xyz3134
1

Here is ur answer:

In Java, static polymorphism is achieved through method overloading. Method overloading means there are several methods present in a class having the same name but different types/order/number of parameters.

hope it's help u

mark on brainlist


xyz3134: mark on brainlist
xyz3134: mark on brainlist plzzzzzzzzzz
xyz3134: mark plzzzzzzzzzz dear
Similar questions