Chapter 6. Object-Oriented Programming
Note
Lesson Objectives
By the end of this chapter, you will be able to:
Compose classes that inherit properties from other classes
Implement polymorphism in C++ programs
Implement interfaces
Use best practices to manage dynamic memory
Note
In this chapter, you will learn how to use the advanced features of C++ to create dynamic programs.