Try this exercise. Fill in the missing part by typing it in.
Inheritance is a fundamental concept in object-oriented programming (OOP) that allows you to create a new class (called the ____) from an existing class (called the ____). The derived class inherits the properties and behaviors of the base class, and can also add its own unique properties and behaviors.
Write the missing line below.