CS141: Topics for Week 11: Nov 6, 8 & 10, 2017


Computer Science Headlines: ACM Tech News

Reading:

Lab and Other Activities

Lecture Discussion Topics:

Concepts and Vocabulary

Inheritance, "Is a" relationship
superclass (or base or parent class)
subclass (or derived or child class)
super()
Object class
extends
override
Polymorphism
dynamic binding

Abstract (vs concrete) class
Interfaces
protected access
package access
inheritance hierarchy
overriding methods (e.g. equals)
instanceof operator
comparable interface