After watching this video you will be able to -
-Define Dynamic Polymorphism in java.
-Divide Polymorphism in two parts in java.
-Define Dynamic method Dispatch in java.
-Define why Dynamic Polymorphism is known as run time polymorphism in java.
-Implement a program that uses This keyword.
What is Polymorphism ?
Polymorphism is the ability of an object to take on many forms. The most common use of polymorphism in OOP occurs when a parent class reference is used to refer to a child class object. Any Java object that can pass more than one IS-A test is considered to be polymorphic.
Join online course: https://goo.gl/pCWBZr
Programming group on fb: https://goo.gl/WsqzNN
Source code is here: https://goo.gl/Z4RLoR
Download
0 formats
No download links available.
What is Dynamic Polymorphism in JAVA | Learn JAVA with Practical Examples | Vineet Agarwal | NatokHD