AnselemOdims/things_catalog

[ 2pts ] Add and Implement methods a Book class

Closed this issue · 0 comments

  • can_be_archived?() in the Book class
  • should override the method from the parent class
  • should return true if parent's method returns true OR if cover_state equals to "bad"
  • otherwise, it should return false