isume295/Catalog_of_my_things

[1.5pt] Create Movie class - Student D

Closed this issue · 0 comments

  • Create Movie class in a separate .rb file.
  • All Movie class properties visible in the diagram should be defined and set up in the constructor method.
  • can_be_archived?() in the Movie class
    • should override the method from the parent class
    • should return true if parent's method returns true OR if silent equals true
    • otherwise, it should return false