Polymorphism in Java - Concept | Compile time and Runtime | Overloading and Overriding | Code Decode

Publié le: 06 mars 2020
sur la chaîne: Code Decode
31,092
508

Ability of an object to take
Many forms. Any object in java that passes IS-A test is polymorphic and since all objects extends Object class hence all object are polymorphic.

Udemy Course of Code Decode on Microservice k8s AWS CICD link:
https://openinapp.co/udemycourse

Course Description Video :
https://yt.openinapp.co/dmjvd

To implement polymorphism in java we have 2 ways :
Static can be implemented by overloading
Dynamic can be implemented by Overriding

If child class has same method (with same signature) as defined in parent class is overriding
A process in which a call to overridden method is resolved at runtime rather than compile time.

Methods having same names but different Parameters is method overloading. Eg
Add(a,b) and Add(a,b,c)
Both methods add all arguments
----------------------------------------------------------------------------------------------------------------------------------------
#polymorphism #java #polymorphism


Sur cette page du site, vous pouvez voir la vidéo en ligne Polymorphism in Java - Concept | Compile time and Runtime | Overloading and Overriding | Code Decode durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Code Decode 06 mars 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 31,092 fois et il a aimé 508 téléspectateurs. Bon visionnage!