Inheritance & Polymorphism - Java Programming Tutorial

preview_player
Показать описание
What is Polymorphism?
Polymorphism is a OOPs concept where one name can have many forms.
What is Inheritance?
Inheritance is a mechanism in which one class acquires the property of another class.
Like, share and subscribe our channel for more videos.

THANKS! We appreciate you reading this and hope you have a wonderful day!

Sincerely,
Guru99
Рекомендации по теме
Комментарии
Автор

Alot of time and resources will be saved if this video is played in lecture rooms.

shuyaibabdullah
Автор

This is one of the best explanation of OOPS concept . I wish that the colleges in iNDIA start using similar methodologies.

udayprasad
Автор

WoW, this is the best video explaining polymorphism on the web, so I have been using it all the time in java in android when I provide my own implementation for generic classes, from the bottom of my heart thank you very much.

zeyadjy
Автор

I never quite understood this concept. Thank you so much for posting this analogy, it made it very clear.

codingvio
Автор

grateful, this tutorial is very helpful and you are good lecturer

birasagermain
Автор

Great explanation, however, the arrows should be the other way round

Kumamon-
Автор

Polymorphism in Java is Method Overloading and Overriding. The video only describes Overriding.

charlesbrown
Автор

Hey Guru99 ! I'm with a doubt about the Polymorphisim... like you explained, if you have your child classes, you can "run" only the code that you want like, inside of it ? like... if your Parent class have two methods, and you wants to only run the withdraw method you can call the function inside the child class, and then only what's inside that class will run? like... the rest of the methods that are in the Parent class will be just ignored ?

gabrielsandrin
Автор

hay dear what is the different between abstraction and interface?/

lutfullahyousofi