34,333
edits
Changes
→Adding Instance Properties to a Class
Having defined our properties, we can now move on to defining the methods of the class that will allow us to work with our properties while staying true to the data encapsulation model.
== Defining Methods ==