This course introduces the foundational concepts of C++ classes and objects, focusing on implementing basic code structures and OOP concepts, as well as dealing with common edge cases.
Overview
Syllabus
- Lesson 1: C++ Classes Refresher
- Lesson 2: Constructors and Class Methods in C++
- Lesson 3: Encapsulation and Privacy in C++
- Lesson 4: Inheritance in C++ Classes