EPAM Systems interview question

Explain runtime polymorphism in one line?

Interview Answer

Anonymous

Sep 21, 2018

parent obj=new child(); where child class extends parent class.

1