Computer Science, asked by vivekibl03, 8 months ago

in what way polymorphism is adopted in Java programming​

Answers

Answered by nidhiskasliwal2526
4

Answer:

I hope its help ...

pls follow

Explanation:

Compile time polymorphism is achieved through method overloading. Method Overloading says you can have more than one function with a same name in one class having a different prototype. Function overloading is one of the way to achieve polymorphism but it depends on technology that which type of polymorphism we adopt.

Similar questions