CS141: Topics for Nov 4, 6, & 8, 2013


Homework and Reading

The reading and homework for this week can be found here: Lab 11

Chp 9 Vocabulary

Inheritance
superclass
subclass
extends
override
Polymorphism
dynamic method look-up
Abstract (vs concrete) class

final methods
protected access
inheritance hierarchy
overriding equals
instanceof operator
interface
comparable interface
Function objects

Topics: Chp 9 - Inheritance and Interfaces

In Class Practice Activities