The reading and homework for this week can be found here: Lab 10
new programming assignment??
Object-oriented programming
Encapsulation
Public interface
Private implementation
Class
Object (instance of class)
Member (instance) variable
Instance method
Constructor
The keyword:new
Object reference
Null
reference
Mutator method (setter)
Accessor method (getter)
toString
method
Sending a message
Overloading
Class (static) method
Class (static) variables
Modifier (public, private)
this
reference
Unit testing
new
and a constructor
null
keyword and Null Pointer Exceptions
this