Top
Previous Next
Java Arrays, Objects, Methods CS 161 - Java

Introduction to Inheritance

You say one class extends another when you want to re-use most of the capabilities of a class, but want to add some additional capabilities, over-ride some, or provide other specialization.
Top
Previous Next
jwd