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
Nullreference
Mutator method (setter)
Accessor method (getter)
toStringmethod
Sending a message
Overloading
Class (static) method
Class (static) variables
Modifier (public, private)
thisreference
Unit testing
new and a constructor
null keyword and Null Pointer Exceptions
this