About Course
Object-oriented programming is a paradigm that is used in almost all C++ projects. It is impossible to imagine a good program or library that will not use OOP, because… It is this approach that allows you to create projects that are easy to read, maintain, and scale. that course is ideal for this purpose. It contains all the information, after studying which you can easily write object-oriented code, work with OOP-based projects and more deeply understand the principle of operation of classes and objects. In the course, step by step, starting with the simplest constructs (classes, objects, methods), you will immerse yourself in the fascinating world of OOP. In each block of lessons, theoretical video material is first given, which is then reinforced with a set of practical tasks. It is recommended not to skip practical tasks, but to complete them after watching the video lessons. This way you can better understand and reinforce the material presented in the lesson.
Course Content
Introduction
-
Introduction