I checked out 3-4 videos before this from what seemed like professional educators or lecturers about polymorphism. This is actually a lot better than any of those. Good job, man.
@RaghavPal4 жыл бұрын
Hi Patric, this message is so great and humbling for me. Thanks a lot
@mzamomahaeng2683 жыл бұрын
@@RaghavPal I honestly couldn't explain or understand polymorphism in OOP and I have red so many material but your explanation Mr Pal was a revelation. you are Super
@manuelenng2 жыл бұрын
Was about to say the same thing. He is amazing
@architapatnaik687 Жыл бұрын
WOW, So simple way of teaching. Thank you.
@RaghavPal Жыл бұрын
Glad it was helpful Archita
@damarissaavedra29045 ай бұрын
Thanks a lot for keeping it straightforward
@RaghavPal5 ай бұрын
Most welcome
@where98103 жыл бұрын
very well done explain of what does mean the JS OOP! good day!
@RaghavPal3 жыл бұрын
I will take this up
@ibrahimdaniel15845 жыл бұрын
Thanks Alot, u made it more clear
@RaghavPal5 жыл бұрын
You're welcome Ibrahim
@bestcricketbowling99472 жыл бұрын
Excellent and Simple illustration👌🏻
@RaghavPal2 жыл бұрын
Thanks
@tigranavagyan59223 жыл бұрын
Thank you VERY MUCH!!!
@RaghavPal3 жыл бұрын
Most welcome Tigran
@mzamomahaeng2683 жыл бұрын
He is good 👍
@mzamomahaeng2683 жыл бұрын
No seriously Mr Pal you are really good thank you for helping my career
@RaghavPal3 жыл бұрын
I am so happy & humbled to see your message Mzamo
@beknazbaktygulov13864 жыл бұрын
Thanks for a great explanation Raghav. As a beginner I don't see much difference between Inheritance and Polymorphism though. In your example child class inherited from parent Animal. Are Poly and Inheritance are kinda similar thing?
@beknazbaktygulov13864 жыл бұрын
I've done some homework. So Polymorphism is when you override parent function in child class...
@RaghavPal4 жыл бұрын
Right
@clashwithcmad3 жыл бұрын
@@RaghavPal actualy you are wrong. Polymorphism is very different. Override is just method override and nothing mroe.
@mfaraz074485 жыл бұрын
Appreciated..
@RaghavPal5 жыл бұрын
Thanks Faraz
@frostyYSL2 жыл бұрын
This seem more like single level inheritance and not polymorphism.
@RaghavPal2 жыл бұрын
I will check in detail, for now this can help: linuxhint.com/javascript-polymorphism/