Introduction to classes and objects

Опубликовано: 27 Март 2026
на канале: Compact Coder
11
like

Everyone no matter how experienced in programming can learn something from this video.

In this video, I introduce the concept of object-oriented programming. I begin by demonstrating some of the basics of C++ and we talk about the main components of an Object, namely Data and Behavior.

The C++ programming language allows you to define your own types of objects. This course will give you a good start in object-oriented programming and it's concepts.