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!
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.
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!
You are the best teacher I found on TH-cam. Complexity becomes understandable when you explain the topic. thanks a lot!
You’re very welcome, I’m so glad to hear you are finding the videos helpful! :-)
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!
Sir, you got your self a new student.
tnx for the video!
Awesome Daniel, welcome aboard! :-)
Great video, great explanation of inheritance.
please what is the name of compiler that you use
What IDE are you using?
If it is private data members can we inherit??
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.
More videos about C++ please
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.
Thank you!!
thanks man
You’re welcome! :-)
Pᵣₒmₒˢᵐ ?
Hi Maurice, I don’t think I understand what you’re asking. :-) Can you rephrase your question?
Great video thank you. Tomorrow i have a test 😶
You’re welcome! :-) Good luck on your test!!!