Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 322 Bytes

questions.md

File metadata and controls

13 lines (7 loc) · 322 Bytes

Day 6 Questions

  1. In your own words, what is a Class?

  2. What is an attribute of a Class?

  3. What is behavior of a Class?

  4. In the space below, create a Dog class with at least 2 attributes and 2 behaviors:

  5. How do you create an instance of a class?

  6. What questions do you still have about classes in Ruby?