-
In your own words, what is a Class?
-
What is an attribute of a Class?
-
What is behavior of a Class?
-
In the space below, create a Dog class with at least 2 attributes and 2 behaviors:
-
How do you create an instance of a class?
-
What questions do you still have about classes in Ruby?