Mark As Completed Discussion

Are you sure you're getting this? Fill in the missing part by typing it in.

In object-oriented programming, inheritance is a mechanism that allows a class to inherit the properties and methods of another class. The class that inherits from another class is called the ___, and the class that is inherited from is called the ___.

In Java, inheritance is achieved using the ____________ keyword.

Write the missing line below.