June 2025
Intermediate to advanced
1093 pages
33h 24m
English
Object-Oriented Programming and More
It's time for you to start building your own data types. This is the real strength of C++.
You can simply bundle multiple pieces of data together so that you can treat them as one. More importantly, you can design classes where data and behavior form a single unit. This ultimately leads you to learn about object-oriented inheritance.
In this part, you’ll also learn more about constant and static values, as these become particularly interesting in the context of classes.
Read now
Unlock full access