Introduction To Inheritance | C++ Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 20

  • @thatonedude6596
    @thatonedude6596 ปีที่แล้ว +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!

  • @hakank3841
    @hakank3841 7 หลายเดือนก่อน +9

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

    • @PortfolioCourses
      @PortfolioCourses  7 หลายเดือนก่อน +1

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

  • @audiodiwhy2195
    @audiodiwhy2195 10 หลายเดือนก่อน +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!

  • @wfgemyd
    @wfgemyd 2 ปีที่แล้ว +5

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

  • @BasicPoke
    @BasicPoke ปีที่แล้ว +1

    Great video, great explanation of inheritance.

  • @Ali_X20
    @Ali_X20 ปีที่แล้ว

    please what is the name of compiler that you use

  • @keananpather6957
    @keananpather6957 4 หลายเดือนก่อน

    What IDE are you using?

  • @eternals9792
    @eternals9792 ปีที่แล้ว

    If it is private data members can we inherit??

    • @appdeveloppement532
      @appdeveloppement532 ปีที่แล้ว

      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.

  • @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.

  • @tuliloapauga8319
    @tuliloapauga8319 ปีที่แล้ว +1

    Thank you!!

  • @0Sleep2
    @0Sleep2 ปีที่แล้ว +1

    thanks man

  • @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?

  • @patosfera6790
    @patosfera6790 2 ปีที่แล้ว +1

    Great video thank you. Tomorrow i have a test 😶

    • @PortfolioCourses
      @PortfolioCourses  2 ปีที่แล้ว

      You’re welcome! :-) Good luck on your test!!!