Lesson 92
Object Properties
Store data in objects!
data
Properties!
Store data in your objects!
Properties are variables that belong to an object!
self.name = "Buddy"
self.age = 3
self.age = 3
Store data in objects!
Store data in your objects!
Properties are variables that belong to an object!