Introduction To Inheritance | C++ Tutorial

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • An introduction to inheritance in C++ with an example, including why inheritance is used, how to use it, and a small example of polymorphism. Source code: github.com/por.... Check out www.portfolioc... to build a portfolio that will impress employers!

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

  • @thatonedude6596
    @thatonedude6596 10 месяцев назад +11

    I appreciate that you say the correct vocabulary for each piece of a concept (derived, base, declare, define, etc.) It helps me notice gaps in my knowledge and reinforces what I already know. Thank you for the video!

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

    Thank you for including source code for the lesson. There are a lot of C++ tutors online, and even for pay classes, that don't do this. Very helpful!

  • @hakank3841
    @hakank3841 3 месяца назад +6

    You are the best teacher I found on RUclips. Complexity becomes understandable when you explain the topic. thanks a lot!

    • @PortfolioCourses
      @PortfolioCourses  3 месяца назад +1

      You’re very welcome, I’m so glad to hear you are finding the videos helpful! :-)

  • @wfgemyd
    @wfgemyd Год назад +4

    Sir, you got your self a new student.
    tnx for the video!

  • @kamisama5783
    @kamisama5783 2 года назад +2

    More videos about C++ please

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

      That's the plan Adrian! :-) I'll very likely be doing videos on object-oriented concepts in C++ specifically for the next little while, related to inheritance/polymorphism/etc.

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

    What IDE are you using?

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

    Thank you!!

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

    Pᵣₒmₒˢᵐ ?

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

      Hi Maurice, I don’t think I understand what you’re asking. :-) Can you rephrase your question?

  • @BasicPoke
    @BasicPoke 9 месяцев назад +1

    Great video, great explanation of inheritance.

  • @0Sleep2
    @0Sleep2 9 месяцев назад +1

    thanks man

  • @Ali_X20
    @Ali_X20 9 месяцев назад

    please what is the name of compiler that you use

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

    If it is private data members can we inherit??

    • @appdeveloppement532
      @appdeveloppement532 10 месяцев назад

      no the private members can't be inherited. they still used inside the class itself only so any child class will not be inherite the private members.

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

    Great video thank you. Tomorrow i have a test 😶