Once you attempt the question then PrepInsta explanation will be displayed.
There are two types of polymorphism in OOPs:
- Runtime Polymorphism 2. Compile-time Polymorphism
Runtime Polymorphism: It is meet by the function overriding. This polymorphism is also known as late or dynamic binding.
Compile-time Polymorphism: It is meet by the operator and function overloading. This polymorphism is also known as early or static binding.
Login/Signup to comment