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!
@audiodiwhy21958 ай бұрын
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!
@hakank38415 ай бұрын
You are the best teacher I found on KZbin. Complexity becomes understandable when you explain the topic. thanks a lot!
@PortfolioCourses5 ай бұрын
You’re very welcome, I’m so glad to hear you are finding the videos helpful! :-)
@wfgemyd Жыл бұрын
Sir, you got your self a new student. tnx for the video!
@PortfolioCourses Жыл бұрын
Awesome Daniel, welcome aboard! :-)
@BasicPoke11 ай бұрын
Great video, great explanation of inheritance.
@keananpather69573 ай бұрын
What IDE are you using?
@kamisama57832 жыл бұрын
More videos about C++ please
@PortfolioCourses2 жыл бұрын
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.
@Ali_X2011 ай бұрын
please what is the name of compiler that you use
@tuliloapauga8319 Жыл бұрын
Thank you!!
@0Sleep211 ай бұрын
thanks man
@PortfolioCourses11 ай бұрын
You’re welcome! :-)
@eternals9792 Жыл бұрын
If it is private data members can we inherit??
@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.
@mauricex90772 жыл бұрын
Pᵣₒmₒˢᵐ ?
@PortfolioCourses2 жыл бұрын
Hi Maurice, I don’t think I understand what you’re asking. :-) Can you rephrase your question?