/week_3

Primary LanguageRuby

Assignment - 3

In this week you have to write one parent class with two child classes. They will have to inherit parameters of parent class and override function.

You have spec (box_spec.rb) file with the requirements for the program and program itself (box.rb). Make sure you have written code that passes tests.