polymorphism allows a function to behave differtanty
Answers
Answered by
0
Answe:
Polymorphism is a feature of oops that allows
the object to behave defferently in different condition. In C+++ we have two types of
polymorphism : 1) compile time
Polymorphism - This is also known as static (or early) binding. 2 ) Runtime
Polymorphism- This is also known as dynamic
( or late ) binding.
Expents:
Ok
Similar questions