how to make a polymorphism in java if its possible to do so? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to make a polymorphism in java if its possible to do so?

polymorphism

7th Mar 2017, 11:35 AM
john lloyd miral
john lloyd miral - avatar
3 Answers
+ 3
Polymorphism is just a concept. You cannot make it. If you use method overloading and/or method overriding, That is a Good use of Polymorphism.
7th Mar 2017, 11:56 AM
Meharban Singh
Meharban Singh - avatar
0
as @Meharban Singh said polymorphism is just a concept Go to Java course to learn about it https://www.sololearn.com/Course/Java/
7th Mar 2017, 12:14 PM
Meher Jebali
Meher Jebali - avatar