Table of Contents

Introduction to Inheritance


Topics we'll cover:


Motivation

What is Inheritance?

Simple Inheritance


Method Overrides

Overriding vs. Overloading a superclass method

Protected