A Second Look at Classes and Objects
Michael Wagner
Instance Methods/Fields v. Static Methods/Fields
Methods and Objects
The toString Method
Writing an equals Method
Example
Read all the movies from a movie database. Create a Movie and a MovieDemo class.
Movie
MovieDemo
Movie database: movie_list.txt
Copy Constructor and Method
Aggregation
this Keyword
Enumeration
Example
Ask the user for a day of the week. Convert this word to spanish.
Garbage Collection