Due Monday: Lab 6: Introduction to Graphical User Interfaces
Begin: Lab 7: More on Classes
Static (or class) member variables (fields)
Static (or class) methods
Method/Constructor overloading
Method signature (name + parameter types)
Reference to an object
Pass by value (primitive types)
Pass by reference (objects)
Comparing objects (.equals)
Copy constructor
Aggregation
Deep vs shallow copying
null reference
Shadowing
"this" reference variable
(private) Inner class
Enumerated type
Garbage collection
null
keyword and Null Pointer Exceptions
this