What is INHERITANCE in C++? 👨‍👧‍👧

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 77

  • @BroCodez
    @BroCodez  2 года назад +17

    #include
    class Animal{
    public:
    bool alive = true;

    void eat(){
    std::cout

    • @welcomevideos6692
      @welcomevideos6692 6 месяцев назад

      Please complete your ReactJs tutorial..
      It will be really helpful

    • @Hhz-jx7lp
      @Hhz-jx7lp 6 месяцев назад

      Next??? Go lang course

    • @Anonymous-st1vk
      @Anonymous-st1vk 2 месяца назад

      Thank god its the cat dog code

  • @justpurple2779
    @justpurple2779 7 месяцев назад +67

    Congrats on making it this far soldier

  • @kenji4166_
    @kenji4166_ Год назад +20

    I have completed your C++ tutorial course. I learn a lot basic and skills in your channel. You are a great teacher. Thanks a lot...

  • @normalguy6884
    @normalguy6884 4 месяца назад +17

    We've reached it guys, Now there's even a greater path to follow. The path of development

    • @rezza8311
      @rezza8311 4 месяца назад +3

      just finished this course as well, im gonna try to learn how to make games and physics engines now

    • @normalguy6884
      @normalguy6884 3 месяца назад

      @@rezza8311 Wow, actually that's exactly what I've been doing for some time now

  • @alejandrobh797
    @alejandrobh797 2 месяца назад +1

    Finally reached the end of it. Thank you for this playlist, i have now learned the basics of C++.!

  • @Anonymous-st1vk
    @Anonymous-st1vk 2 месяца назад +3

    Great Stuff Bro, thanks for all the knowledge. I'll be going into DSA and competitve coding from here and learn further. Best of luck to all who reached here after me. I hope you achieve what you are working so hard towards.

  • @JMBooy
    @JMBooy Год назад +9

    Thanks for this great course

  • @anjxlxo
    @anjxlxo 11 дней назад

    hi bro code, i just finished all of these videos in this series and I wanna say - a big thankyou. brilliant vids, crisp voice and bitesize organised vids. thankyou making this free content for everyone to learn

  • @willlagergaming8089
    @willlagergaming8089 10 месяцев назад +1

    i started watching this series on december 28th 2023. I finished this series on January 14th 2024. why it take so long is 50% life get in the way (especially school) and 50% procastination. and i think vector and using function from other file is missing here but i can just learn those myself i guess. thank you for this series it help start my programming career (literally my first programming language)

  • @OllyCybSec
    @OllyCybSec 11 месяцев назад +2

    Thank you Sir! Brilliant lesson plans and teaching.

  • @shervin9561
    @shervin9561 11 месяцев назад +4

    Please keep this legend playlist

  • @ghotifish1838
    @ghotifish1838 6 месяцев назад +6

    was this video rereleased or something?? It says it was released an hour ago but there are already comments from a year back???

  • @Dazza_Doo
    @Dazza_Doo 2 года назад +1

    The Ctor is acting like a Class Method with no need to have a Return Type.
    I think that is really powerful, when the Ctor is called with a New Up'd object, it carries the completed calculations back to the new-up object - 🤯🤯🥳
    C++ you've done it again!

  • @johnyackanech9548
    @johnyackanech9548 Месяц назад

    Love your channel. The concise intro / outro and your efficient speech are appreciated. Thanks for making these videos!!! You’re a legend : )

  • @LSDStudiosParahill
    @LSDStudiosParahill 2 месяца назад +2

    Thanks for the awesome tutorials Bro

  • @manipurihunabopa
    @manipurihunabopa Год назад +8

    My dear Bro,
    I am delighted to claim that i have today completed your 60 videos long tutorial course on C++.
    I also have a suggestion for you if you don't mind. Why don't you add a certification to your courses? I mean, your contents are great. Learners like me wants to get certified. Please take this request into consideration

  • @Adarssh-pw9cj
    @Adarssh-pw9cj 6 месяцев назад +1

    Thank you for making this amazing course.

  • @syeid_mot
    @syeid_mot 7 месяцев назад +2

    شكراً على الكورس ❤❤

  • @VanNguyen-mn3ou
    @VanNguyen-mn3ou 5 месяцев назад +1

    Thank you so much for your works

  • @shadmankhan1969
    @shadmankhan1969 2 года назад +26

    Made it gang

  • @leomabuku1904
    @leomabuku1904 8 месяцев назад +1

    Ultimate bro 💪🏽
    Thanks a tonne your videos have been helpful
    Now wishing you made videos related to all courses I'm taking ie my introduction to computer engineering course, logism ain't quite making sense to me

  • @yellow7955
    @yellow7955 Год назад +2

    made it this far and ngl your videos are really helpful, please keep up the good work!

  • @user-de8d
    @user-de8d 2 месяца назад

    Hey Bro, If possible, could you please include a tutorial on C++ Standard Template Library (STL) too? I think it would really help a lot of us out.

  • @shervin9561
    @shervin9561 11 месяцев назад +3

    Thanks a lot

  • @myAim_f....
    @myAim_f.... 2 месяца назад +2

    can you please upload more videos

  • @hizoto
    @hizoto Год назад +5

    what to do from here on?

    • @worstDevYT
      @worstDevYT 6 месяцев назад

      Just choose a field that you are interested in or curious about.

  • @ORITSU_M...
    @ORITSU_M... 5 месяцев назад +1

    Gui programs when ???

  • @vutuan4308
    @vutuan4308 Год назад

    your videos are really helpful for me, thanks

  • @Eman-ft5wu
    @Eman-ft5wu 6 месяцев назад

    can anyone help me solve this for my upcoming exam this is just a practice.. PROGRAM FOR A BUS DRIVER
    Make a C program that will keep looping until 0 is entered for the number of passengers. Assume individual fare is 1.25. The program should
    1. Ask for:
    (a) the number of passengers, and
    (b) amount paid (by passenger for fare)
    2. Compute the total fare and display it
    3. Check if the amount paid by the passenger is enough
    (a) If enough, display the change
    (b) if not enough, display the message "Money paid is not enough."
    e.g. (underline means entered from the keyboard)
    Enter no. of passengers: 2
    Enter amount paid: 4
    Total fare is 2.50
    Change is 1.50
    Enter no. of passengers: Enter amount paid: 4 Total fare is 4.50 Money is not enough
    Enter no. of passengers: 0 Bye!

    • @jotunn8075
      @jotunn8075 6 месяцев назад

      Hi, i'm an italian beginner myself, can i help you with this? (Also: do you have an imminent dead line for this?)
      I'm sorry if my english isn't that great, i'm here to improve xD

    • @Eman-ft5wu
      @Eman-ft5wu 6 месяцев назад

      @@jotunn8075 sure its on thursday (tom)

  • @dj_aljnmusic
    @dj_aljnmusic Месяц назад

    We made it gang! Thank you bro! Now unto the next path! Lets make games!

  • @ashkelly1565
    @ashkelly1565 5 месяцев назад

    What would you advise learning after this?

  • @Dr69420
    @Dr69420 3 месяца назад

    now what? i finished the course. please give me more

  • @herodai2615
    @herodai2615 6 месяцев назад

    Can you make a video on how to use html and css in frontend web development

  • @user-dy1vf7lu3i
    @user-dy1vf7lu3i Год назад +2

    So it is nesting classes or so?

  • @rvmble
    @rvmble Месяц назад

    what if you have 2 or more parent classes 🧐🧐

  • @ĐàmMinh-x4c
    @ĐàmMinh-x4c Год назад

    nice to meet u guys here, pro coders.

  • @aliemrearar4836
    @aliemrearar4836 Месяц назад +1

    Your son did it mom

  • @utsavkundu1924
    @utsavkundu1924 6 месяцев назад

    Bro is finally back!!

  • @hupmitom5509
    @hupmitom5509 Год назад

    Thanks a lot. Keep it up!

  • @saseeka-weerasinghe
    @saseeka-weerasinghe 5 месяцев назад

    Thanks for everything's ❤❤

  • @AhmadRiazNaiyar
    @AhmadRiazNaiyar 3 месяца назад

    Hey! All of a sudden you started using -> instead of =, why is that?

  • @prantoislam5529
    @prantoislam5529 Месяц назад

    We made it guys, now comes the hard part :)

  • @momomadi2
    @momomadi2 2 года назад

    thanks - youre good at this

  • @Vincent45678
    @Vincent45678 Год назад

    I did it just now 💫

  • @adhammohamedrefaat6402
    @adhammohamedrefaat6402 2 года назад

    when do you start data structure?

  • @kristijanlazarev
    @kristijanlazarev 8 месяцев назад

    golden thnaks

  • @MRFACT-n6t
    @MRFACT-n6t 2 месяца назад

    sir bro code do you like cat or dog

  • @yukonakamura5364
    @yukonakamura5364 Год назад

    thank you so much!

  • @sutofana
    @sutofana 4 месяца назад

    love you❤

  • @user-dy1vf7lu3i
    @user-dy1vf7lu3i Год назад +1

    What is the point of “this ->”??

    • @masterali2837
      @masterali2837 Год назад

      saying you have a vatriable named x and an variable in this class named x to avoid confusion we use this (use the variable from this class)

    • @Anonymous-st1vk
      @Anonymous-st1vk 2 месяца назад

      the variable it points to, refers to the class's local variable. If no 'this', then the variable from function arguements is taken, well you only need it if funtion arguement and attribute of the class have same name.

  • @lazyken6468
    @lazyken6468 6 месяцев назад

    23 hours ago? I hope this is part of the long video

  • @furantsu1
    @furantsu1 Год назад

    Ty bro!

  • @Dazza_Doo
    @Dazza_Doo 2 года назад

    When I need a refresher - I always recommend the #Bro_Code 😁

    • @Lameless
      @Lameless 2 года назад

      This makes me think I don't need this for game development like unreal engine. Is this necessary?

    • @FlorrioEggGaming
      @FlorrioEggGaming Год назад

      @@Lameless it isn't, you need C# for that

    • @PSIwolf39
      @PSIwolf39 Год назад

      @@FlorrioEggGaming
      So you mean to tell me I just spent all my time learning the wrong coding language?
      Oh well, it was fun to learn it at least.

    • @crogat2298
      @crogat2298 11 месяцев назад +2

      @@PSIwolf39 They are incorrect. Unity is the one that uses c# while unreal uses c++, however both use c++ to some extent, so c++ would be useful regardless

    • @PSIwolf39
      @PSIwolf39 11 месяцев назад

      @@crogat2298 Ok, thanks. I'm mostly learning coding as a fun pass-time and not for actually trying to make games but still: thank you.

  • @CầnbiếtKo-k5i
    @CầnbiếtKo-k5i Год назад

    vector đâu??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

  • @Heisenberg-pr1hk
    @Heisenberg-pr1hk Год назад

    So thats it ? There is no more thing that we have to learn

  • @adhammohamedrefaat6402
    @adhammohamedrefaat6402 2 года назад

    data structure please 😢😢😢😢

    • @Dazza_Doo
      @Dazza_Doo 2 года назад +1

      You mean a Struct ?

  • @danaildoganov
    @danaildoganov 7 месяцев назад +1

    #include
    class Classroom{
    public:
    bool student = true;
    std::string className = "Second Grade";
    };
    class BoyStudent : public Classroom{
    public:
    void gender(){
    std::cout

  • @heavyymetal
    @heavyymetal Год назад +1

    #include
    using namespace std;
    class Food {
    public:
    void eat(){
    cout