Week 3. Learning about Classes and Objects
# Notes # Object Oriented Design Class contains fields and methods. Fields are related items that are stored within an object of the class, and define the object’s state. Methods are actions or behaviors that may be performed by an object of the class. When developing an object-oriented...
more...