Project
...
Objects Are Instances of Classes
Learn the relationship between classes and objects.
As mentioned before when we run a Ruby program, space is created and populated with objects as defined by our program. ...