Algorithms and OOD (CSC 207 2014F) : Outlines
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] - [Learning Outcomes] [FAQ] [Teaching & Learning] [Grading] [Rubric] - [Calendar]
Current: [Assignment] [EBoard] [Lab] [Outline] [Reading]
Sections: [Assignments] [EBoards] [Examples] [Handouts] [Labs] [Outlines] [Readings]
Reference: [Student-Curated Resources] [Java 8 API] [Java 8 Tutorials] [Code Conventions]
Related Courses: [CSC 152 2006S (Rebelsky)] [CSC 207 2014S (Rebelsky)] [CSC 207 2014F (Walker)] [CSC 207 2011S (Weinman)]
Misc: [Submit Questions] - [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] - [Issue Tracker (Course)] [Issue Tracker (Textbook)]
Held: Monday, 8 September 2014
Back to Outline 05 - Unit Testing. On to Outline 07 - Classes and Objects, Revisited.
Summary
We continue our exploration of object-oriented programming by examining Java's approach to objects, the building blocks of object-oriented programming.
Related Pages
Overview
Administrivia
ClassCastException if Java can't convert them. instanceof operation lets you determine whether an
object can be cast.toString() - convert to a stringequals() - determine if this object equals another objecthashCode() - convert to a relatively unique integerclone() - make a copycompareTo() - compare to another object of the same type