CS141: Topics for Week 10: Oct 30, Nov 1 & 3, 2017


Computer Science Headlines: ACM Tech News

Halloween Costumes for Programmers

Reading:

Lab and Other Activities

Lecture Discussion Topics:

Concepts and Vocabulary

Static (or class) member variables (fields)
Static (or class) methods
Method signature (name + parameter types)
Comparing objects (.equals)
Copy constructor
Deep vs shallow copying
Enumerated type