Explain run time polymorphism in Java ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Explain run time polymorphism in Java ?

17th Sep 2016, 7:11 PM
Sadab Khan
Sadab Khan - avatar
2 Answers
+ 1
same function work differntly on dfrnt object(bt having same super class)
17th Sep 2016, 7:29 PM
Ankit Panwar
Ankit Panwar - avatar
+ 1
The best example of run time polymorphism that i could think of is method overriding.
17th Sep 2016, 7:49 PM
Ousmane Diaw