Skip to content

denisepetalino/cpp-oop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codecademy: Learn Object-Oriented Programming (OOP) with C++

This repository contains my notes and coding projects from completing the Learn Object-Oriented Programming (OOP) with C++ course.

🔗 Official learning path:
https://www.codecademy.com/enrolled/courses/learn-object-oriented-programming-with-c-plus-plus


Objectives

  • Build a solid foundation in C++ object-oriented programming.
  • Learn how to design classes with clear responsibilities and maintainable structure.
  • Practice core OOP concepts: encapsulation, abstraction, inheritance and polymorphism.
  • Improve code quality through constructors/destructors, access control and clean APIs.
  • Apply OOP principles through small, practical projects.

Repository Structure

  • notes/ - Contains notebooks for each module explaining key concepts and takeaways.
  • src - Contains the four C++ coding projects implemented throughout the course.

How I Use This Repo

  • After each module, I write a short summary in the corresponding notebook notes/.
  • Upload my completed code for each project in src/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors