Use C++ classes and objects to build more scalable, modular programs.
Continue your C++ learning journey with Learn C++: Classes and Objects. Create classes, which are user-defined types that serve as the blueprints for objects. Learn about object-oriented programming and why it's so important in C++.
* Write your own classes
* Make objects of those classes
* Manipulate your objects
### Notes on Prerequisites
We recommend that you complete [Learn C++: Functions](https://www.codecademy.com/learn/learn-c-plus-plus-functions) before completing this course.
Continue your C++ learning journey with Learn C++: Classes and Objects. Create classes, which are user-defined types that serve as the blueprints for objects. Learn about object-oriented programming and why it's so important in C++.
* Write your own classes
* Make objects of those classes
* Manipulate your objects
### Notes on Prerequisites
We recommend that you complete [Learn C++: Functions](https://www.codecademy.com/learn/learn-c-plus-plus-functions) before completing this course.