Introduction To Inheritance | C++ Tutorial

Sdílet
Vložit
  • čas přidán 9. 03. 2022
  • 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/portfoliocourses/c.... Check out www.portfoliocourses.com to build a portfolio that will impress employers!
  • Jak na to + styl

Komentáře • 19

  • @hakank3841
    @hakank3841 Před 2 měsíci +4

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

    • @PortfolioCourses
      @PortfolioCourses  Před 2 měsíci +1

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

  • @thatonedude6596
    @thatonedude6596 Před 8 měsíci +9

    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 Před 4 měsíci +1

    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!

  • @BasicPoke
    @BasicPoke Před 7 měsíci +1

    Great video, great explanation of inheritance.

  • @wfgemyd
    @wfgemyd Před rokem +3

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

  • @tuliloapauga8319
    @tuliloapauga8319 Před rokem +1

    Thank you!!

  • @kamisama5783
    @kamisama5783 Před 2 lety +2

    More videos about C++ please

    • @PortfolioCourses
      @PortfolioCourses  Před 2 lety +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.

  • @0Sleep2
    @0Sleep2 Před 8 měsíci +1

    thanks man

  • @Ali_X20
    @Ali_X20 Před 7 měsíci

    please what is the name of compiler that you use

  • @eternals9792
    @eternals9792 Před 10 měsíci

    If it is private data members can we inherit??

    • @appdeveloppement532
      @appdeveloppement532 Před 9 měsíci

      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.

  • @mauricex9077
    @mauricex9077 Před 2 lety

    Pᵣₒmₒˢᵐ ?

    • @PortfolioCourses
      @PortfolioCourses  Před 2 lety

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

  • @patosfera6790
    @patosfera6790 Před rokem +1

    Great video thank you. Tomorrow i have a test 😶