Object-Oriented Programming
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
In this chapter, you will learn how to use the advanced features of C++ to create dynamic programs.