Python
Python
What gives a program the ability to call the correct method depending on the type of object that is used to call it?
What gives a program the ability to call the correct method depending on the type of object that is used to call it?
What gives a program the ability to call the correct method depending on the type of object that is used to call it?
Answer: polymorphism
Learn More :