Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

CodeSignal

Revisiting OOP Concepts in C++

via CodeSignal

Overview

Essential OOP concepts in C++, including classes, objects, inheritance, polymorphism, and encapsulation, form the cornerstone of object-oriented design and programming. Mastering these concepts is crucial for understanding and effectively utilizing design patterns.

Syllabus

  • Lesson 1: Classes and Objects
    • Enhance the Musician Class
    • Fix the Car Class Bug
    • Complete the Film Class
    • Enhance Album Class Members
    • Implementing Person Class from Scratch
  • Lesson 2: Encapsulation in C++
    • Encapsulation: Public to Private
    • Fill in the Encapsulation Blanks
    • Enforce Minimum Price in Setter
  • Lesson 3: Inheritance in C++
    • Enhance the Student Class
    • Fix Inheritance Bugs
    • Extend Class with Employee ID
    • Extending the Class Hierarchy
    • Creating a Vehicle Class in C++
  • Lesson 4: Polymorphism in C++
    • Add a New Method for Students
    • Fix Polymorphic Display Function
    • Adding a New Derived Class
    • Polymorphism with Vehicle Classes
    • Create and Display Device Status
  • Lesson 5: Abstract Classes and Pure Virtual Functions
    • Enhance Shape Descriptions
    • Fix the Shape Code Bugs
    • Adding a New Shape Class
    • Abstract Classes and Virtual Functions

Reviews

Start your review of Revisiting OOP Concepts in C++

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.