Chapter 18: Classes

Learning Objectives

Upon completing all the content in this chapter, you should be able to do the following:

  1. Create and instantiate classes
  2. 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?

  1. class

Declaring and Calling a Class

  1. instance

Inheritance

  1. Object-oriented programming
  2. inheritance
  3. child classes
  4. parent classes

Chapter Content