CSC 143/Chapter 8
From charlesreid1
Chapter 8 Review
Chapter 8 sections:
- Object oriented programming (classes and objects)
- Object state (fields) and behavior (methods); accessors
- Object initialization (constructors)
- Encapsulation (private fields)
- Case study: Stock class