Week
3
-
What is Object Oriented Programming?
- The
Car Class
- Constructing
objects with
new
- Initializing Fields
- The Member Access
Separator
.
- Using
a
Car object in a different class
- Methods
- Invoking Methods
- Implied
this
- Passing
Arguments to Methods & Example
- Returning Values
From Methods
- Returning
Multiple Values From Methods
- Constructors
- Changing the
Implementation
- Using constructors
- Access Protection
- The
Four Levels of Access Protection
- Further Examples of
Classes
- Week 3 Exercises
- What
should be public What should be private
|