Chapter 18: Classes
Learning Objectives
Upon completing all the content in this chapter, you should be able to do the following:
- Create and instantiate classes
- Use inheritance to share behavior and data
Key Terminology
Here is a list of key terms for this chapter, broken down by the page the term first appears on.
What are Classes?
- class
Declaring and Calling a Class
- instance
Inheritance
- Object-oriented programming
- inheritance
- child classes
- parent classes