Exam 3 Topics
CS141: Introduction to Programming, Fall 2013


General Comments and Recommendations

Chapters 1-4:

Chapters 5-8:

Chapter 9: Inheritance and Interfaces

Vocabulary

Inheritance
superclass
subclass
extends
override
implements
Abstract (vs concrete) class
super
Polymorphism
protected access
inheritance hierarchy
interface
the Object class

Topics

Chapter 10: Graphical User Interfaces

You are required to know the vocabulary but you will not be asked to write code related to this topic.

Vocabulary

Events
Event Loop
Event Queue
Listening to Events
Event listeners
Event source
Event Handling
GUI Components
Local Inner classes
Anonymous Inner classes
Components: Text Fields, Text Areas
RGB Color
Swing and AWT Libraries