Hierarchical Inheritance In C++

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

КОМЕНТАРІ • 20

  • @Byynx
    @Byynx 6 місяців тому

    If we call b->f1() without the virtual keyword it will call the f1() function of the Base class not the Derived implementation.

  • @rokonuzzamanrokon9936
    @rokonuzzamanrokon9936 5 років тому +1

    Thank You Sir!!!

  • @sandhyav4674
    @sandhyav4674 2 роки тому

    Very clearly explained Thank you..

  • @upenderbhardwaj5669
    @upenderbhardwaj5669 4 роки тому +1

    Hello ,
    Could you tell me which books do you refer to , actually sometimes i prefer books to study.
    Thanks

  • @Byynx
    @Byynx 6 місяців тому

    So when we do not use the virtual keyword it's called "hierarchical inheritance" but if we use the virtual than it's "polymorphism"?

  • @ibrahimindorewala3199
    @ibrahimindorewala3199 3 роки тому

    awesome work !!

    • @CppNuts
      @CppNuts  3 роки тому +1

      Thanks a lot!

  • @AJ-gg6db
    @AJ-gg6db 6 років тому +1

    First view! Whoo hoo! 😅 First time for everything!!

  • @alluruvarma8764
    @alluruvarma8764 3 роки тому

    i didnt find a video on interfaces sir can you please do a video on that

    • @CppNuts
      @CppNuts  3 роки тому

      I have noted, thanks.

  • @rahulvaswani1686
    @rahulvaswani1686 5 років тому +1

    Sir i didn't get the interface video *1.12*

    • @CppNuts
      @CppNuts  5 років тому

      I don't remember i created interface video?, are you talking about inheritance video?

    • @NISHANTSRIVASTAVAn125
      @NISHANTSRIVASTAVAn125 4 роки тому +1

      @@CppNuts: no sir u have not created

    • @NISHANTSRIVASTAVAn125
      @NISHANTSRIVASTAVAn125 4 роки тому +1

      @@CppNuts : sir also include some professional project exerience related tutorial for 2-3 year experienced guy to switch

    • @CppNuts
      @CppNuts  4 роки тому +2

      You dont need actually any professional software development experience if you have worked only for 2 to 3 years.
      Just basic information is enough because I take interviews in my company anyone for 5 years of experience people we ask basic and little hard but not project level.
      I mean we definitely ask questions about their previous projects but that question is just to see that whether the candidate was aware and not faking it.

    • @CppNuts
      @CppNuts  4 роки тому +1

      OK then I'm a plan for this video thanks.

  • @cid007007
    @cid007007 4 роки тому

    Thanks :)