Где искать: по сайтам Запорожской области, статьи, видео ролики
пример: покупка автомобиля в Запорожье
Inheritance is one of the most important characteristics of Object-Oriented Programming.
Inheritance is a process in which one class (aka derived class/child class) acquires all the properties and behaviors (variables and functions) of its parent class (aka base class/superclass) automatically.
C++ Object-Oriented Programming playlist:
https://youtu.be/iVLQeWbgbXs - Introduction to OOP
https://youtu.be/1LGJSRFrxqQ - Constructors and class methods
https://youtu.be/a8ZB-TPB6EU - Encapsulation
If you are a beginner in C++, check out my “C++ for beginners” course: https://www.youtube.com/watch?v=iBG0fN8lY8Y&list=PL43pGnjiVwgQHLPnuH9ch-LhZdwckM8Tq
and “C++ functions” course:
https://www.youtube.com/watch?v=BGmDRQzY4CA&list=PL43pGnjiVwgRggnsJcz1cK0j7b2-kLML_
We’ll be writing C++ code using Visual Studio 2019 Comunity.
Link for download: https://visualstudio.microsoft.com/vs/
Follow me on other platforms:
Instagram ???? - https://www.instagram.com/truecodebeauty/
Twitter ????- https://twitter.com/TrueCodeBeauty
*******Initial code is available on TrueCodeBeauty Git*******
https://github.com/TrueCodeBeauty/InheritanceCpp.git