+ 1
how to make a polymorphism in java if its possible to do so?
polymorphism
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.
0
as @Meharban Singh said polymorphism is just a concept
Go to Java course to learn about it https://www.sololearn.com/Course/Java/