- Course
C++ Foundations: Object Oriented Programming
Object oriented programming is an important part of C++ development. This course will teach you how C++ implements objects, inheritance, and polymorphism.
- Course
C++ Foundations: Object Oriented Programming
Object oriented programming is an important part of C++ development. This course will teach you how C++ implements objects, inheritance, and polymorphism.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
An important part of most software architecture is modeling the world as objects. In this course, C++ Foundations: Object Oriented Programming, you’ll learn to design and write C++ classes and class hierarchies. First, you’ll explore the basics of classes and structs. Next, you’ll discover inheritance and polymorphism. Finally, you’ll learn how to overload operators to make your classes expressive and powerful. By the end of this course, you’ll have the skills and knowledge of object orientation in modern C++ needed to develop large applications that model the real world.