Inheritance and Polymorphism - Classes and Object Oriented Programming (OOP) - Javascript In Depth

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 30

  • @chabaneau
    @chabaneau Рік тому +4

    Your enthusiasm is contagious! :)

    • @TechWithNader
      @TechWithNader  Рік тому +1

      Thanks Michel! What can I say, the topics and knowledge are contagious too! 😊😂

  • @pranay6041
    @pranay6041 7 місяців тому +2

    This is the best explanation on this topic on youtube.

  • @nanlunglongtau2076
    @nanlunglongtau2076 8 місяців тому +3

    Nader is to JavaScript as havard is to school
    You're the best

  • @ilijajovanov3857
    @ilijajovanov3857 Рік тому +2

    I understood JS promises thanks to your exercises, now im getting better with OOP, thanks a lot man, it must be crazy difficult making these videos, I highly appreciate your dedication , last night I told my wife, if the day ever comes to quit my job and become a programmer it will be thanks to Nader, thanks, you are an amazing teacher

  • @404React_Media
    @404React_Media Рік тому +3

    You're javascript explanation/teaching make it easier to learn. Still waiting on your React course.

  • @ujjwalranjanraoietlucknows8151

    Inheritance n polymorphism.... Done!! ✨
    Thanks Sir! You explain so well!

  • @hazelcaling
    @hazelcaling Рік тому +2

    This is great video Nader very well explained thank you so much! I'm glad I found your channel.

  • @adrian_main749
    @adrian_main749 Рік тому +2

    Love your videos dude! Keep up the good work

  • @zeckey4689
    @zeckey4689 Рік тому +5

    I'm glad that I discovered your channel. I like your definitions and telling style. Definitely looking forward to these concepts more! Keep it up!

    • @TechWithNader
      @TechWithNader  Рік тому

      Thanks Zeckey! This one was a doozy to film so I’m glad it came out ok and was helpful! 😊
      Let me know if you have any other feedback or ideas you’d like to have covered too.

  • @hanayuhyki
    @hanayuhyki Рік тому +2

    Love the clear explanations and the slides really help visualize the concepts to further grasp the whole picture. Thank you!

    • @TechWithNader
      @TechWithNader  Рік тому

      You're very welcome! I'm glad the combination helps 😊

  • @muhammadragab777
    @muhammadragab777 Рік тому +3

    شرح رائع كالعادة نادر💚
    💚Great explanation as usual Nader

  • @AnnaKladovaBohun
    @AnnaKladovaBohun Рік тому +1

    Hello Nader, many thanks for your extremely useful videos! They do help a lot! Can I ask what extension do you use for the VSCode that your text differentiate in colors as well as the text decoration? Thanks in advance!

  • @Nulledx
    @Nulledx Рік тому +3

    Glad I found your channel Nader. On my way to become a Junior dev and these videos are super helpful, although watching your interview videos it kinda hits me an anxiety lol

    • @TechWithNader
      @TechWithNader  Рік тому

      Thanks Evtim! Keep at it and practice as much as you can and you’ll be there much faster than you think 😊

  • @raulbonillaclaramunt
    @raulbonillaclaramunt 3 місяці тому

    Great expalanation, as the rest of the JS in Depth series - even when I still struggle with Recursion hahahaha

  • @khulanimasikodlamini8642
    @khulanimasikodlamini8642 2 місяці тому

    Wow, just wow. You gained a subscriber

  • @eduardoontiveros-oi5ej
    @eduardoontiveros-oi5ej Місяць тому

    amaizing explanations

  • @Abulkhair1995
    @Abulkhair1995 3 місяці тому

    Apreciated

  • @EliHacıyev-p7v
    @EliHacıyev-p7v 4 місяці тому

    Amazing

  • @Abulkhair1995
    @Abulkhair1995 3 місяці тому

    valueable

  • @AsakuraAvan
    @AsakuraAvan Рік тому +2

    is it correct to say Polymorphism is possible through Inheritance?

    • @TechWithNader
      @TechWithNader  Рік тому

      Hey Asakura, this is quite nuanced but I’ll try my best to answer, haha.
      Polymorphism technically just means some data or structure that can change forms, so we can have polymorphic code or data without inheritance. It’s definitely very common to see an implementation of polymorphism through inheritance as you mentioned though since they lend well to each other.
      You can also imagine a case where something might not necessarily be a sub class of a super class but abide to some general interface and be able to be used differently in various contexts without it strictly being “inheritance” though 😄
      Hope I didn’t confuse you further! 😂

  • @devoiddude
    @devoiddude Рік тому +2

    thank you so much for this, really helpful!

    • @TechWithNader
      @TechWithNader  Рік тому

      You’re very welcome! Glad you found it helpful 😊