Learning Objectives
This week you’ll learn..
- how this course (object-oriented programming) is designed and what you should expect each week.
- what you learned with Introduction to Programming and what we expect you to remember from that course.
- about the first major concept of object oriented programming: encapsulation (access modifiers, getters/setters, constructors).
- how Java stores different types of variables (primitive vs referential) in memory and how that affects you as a programmer.