Hybrid Inheritance in C++ with Diamond Problem and its Resolution | Virtual Inheritance in C++

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

КОМЕНТАРІ • 47

  • @SimpleSnippets
    @SimpleSnippets  5 років тому +8

    Hey Guys, if you want more such tech educational videos on this channel then please support me by subscribing to this channel & also share it with your friends as it helps me create more content just for you ✌

  • @thereisnoname0859
    @thereisnoname0859 3 роки тому +15

    underrated channel.I always tell my friends how perfect tutorial u are

  • @amutha6579
    @amutha6579 5 років тому +7

    you are making effort to educate others.thank you.

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

      Trying my best to share my knowledge with everyone 😊
      You can assist me in this vision by sharing my videos & channel with your friends and asking them to subscribe too. That's the biggest help & support you can provide Amutha 😊✌️

  • @dynamic-babu-ez8zx
    @dynamic-babu-ez8zx 3 роки тому +2

    Thank you so much you made it too easy .. bless you..

  • @adarshkrchaudhary2269
    @adarshkrchaudhary2269 4 роки тому +3

    Hi just commenting on channels which helped me in one way or the other, land a great job offer from a huge firm! Thanks! I shared the channel with other people too!

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

      Glad to help Adarsh and congrats on your Job. This makes the really Happy 🙂

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

    Great explanation. Even answers all queries which may arise.

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

    you are one of the best guy to explains things in very simple ways. awesome

  • @snehastudy4107
    @snehastudy4107 5 років тому +3

    Sir, you are absolutely amazing. You make the concepts very clear. Thanks a lot.

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

      That's great to know Sneha! I'm glad you liked the videos 😁 please do share them with your friends too ✌️

    • @snehastudy4107
      @snehastudy4107 5 років тому +2

      @@SimpleSnippets Sure !

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

      @@snehastudy4107 thank you 😁

  • @UmairKhan-ye1wr
    @UmairKhan-ye1wr 3 роки тому +1

    GREAT EXPLANATION, JUST AAZING.
    THANKS A LOT...

  • @anubhav_gupta_ji
    @anubhav_gupta_ji 6 років тому +3

    Bhai tumhara to sikka chalna chahiye tha youtube pe itna ghazab phadaate ho🙌🏻

    • @SimpleSnippets
      @SimpleSnippets  6 років тому +2

      Thank you anubhav. Very happy to hear your feedback and positive review. Bas share kardo videos apne dosto main. Bohot help and support hojayega channel ko 😊✌️

  • @graspitfast3369
    @graspitfast3369 6 років тому +1

    love your videos. it helps me a lot. the way uv not dragged the videos ...its really easy to understand. thanks a lot

    • @SimpleSnippets
      @SimpleSnippets  6 років тому +1

      Thank you so much for such a wonderful response and review. This really makes me happy to hear that these videos are helpful to you. 😇✌️
      Please do share the videos with your friends and keep sharing the knowledge 😇

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

    Good job 👍👍
    Nice representation of work as well as explained well.

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

      Thanks Jyoti, means a lot. Please do share the channel with your friends & ask them to join our Subscriber family too😊 that will be the biggest help & support 🤟

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

    you are the best.............masum

  • @graspitfast3369
    @graspitfast3369 6 років тому +5

    u need to be recognised more. ur amazing

    • @SimpleSnippets
      @SimpleSnippets  6 років тому +3

      Thank you so much ya. Well you can really help by sharing my videos with your friend. That'll be helpful in sharing the knowledge as well 😇✌️

    • @graspitfast3369
      @graspitfast3369 6 років тому +2

      yes sure

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

    I have a big question that I find ambiguous about this video, hope you will see this :) I have more questions but maybe they will all get answered if I simply ask this: Why should I use the virtual inheritance?
    It seems like it's very similar to create a static member except it's less clear where it comes from and what its value is. What are the circumstances that puts me in the condition of using virtual inheritance?
    Thanks for the videos! :D

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

    Thank you so much brother for making such beautiful videos. Please keep making these type of videos. Lots of love!!!

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

    Your uploading a good content for programmers another channel secured syntax is also good but for hackers and cybersecurity

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

    Sir why can't we change the base class public data members inside our derived class (not inside constructor) ??

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

    wat if we directly try to print val in get value function of drieved class 3?

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

      will there be any error?

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

      How about you try it and let me know 🤟

    • @Danny-007
      @Danny-007 3 роки тому

      @@TheAdityaVerma arey dynamic programming wale bhaiyya

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

      @@TheAdityaVerma It'll be ambiguous as we're inheriting 2 copies of val, one from base class 1 and one from base class 2. The compiler will not know which value to print.

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

    You are much better than vikash pandey

  • @DanielStJohn-hc7mh
    @DanielStJohn-hc7mh 2 роки тому

    nice job

  • @جيمرمصري-ق5ق
    @جيمرمصري-ق5ق 5 років тому

    3:58 does the derived class take copy of the variable val alll do all of them share the same variable?

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

    bro can you explain me why can't we use the same concept in java for multiple and hybrid inheritance?

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

      Java doesn't support multiple inheritance. To implement multiple inheritance in java we use the concept of interface

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

    sir here both base class1 and base class 2 have the function of base class 0 so in child class when multiple inheritance takes place does the funtion of base class gets copied twice??

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

    You are much better than Vikash Pandey.

  • @rezwanmuid7649
    @rezwanmuid7649 6 років тому

    can you please upload regarding even driven programming???

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

    the code should work if i take member methods instead of constructors
    but it gives an error.

  • @Ayush-1911
    @Ayush-1911 10 місяців тому

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

    Honestly, this video was quite confusing because you are using derived1::getValue() function to set the tone to the problem, but when we do virtual inheritance this call within the getValue() has no relevance. Would have been better if you cut to the chase right from the beginning : "For hybrid inheritance, the last class in the inherited virtual class list is considered in case of ambuity."

  • @nitishk6471
    @nitishk6471 6 років тому

    10: 00

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

    Bro you are teaching wrong thing.
    When the derived3 object is getting created the compiler goes through both derived1 and derived2 constructor that is why the value changes for val . To prove this place brake points in both constructors.