Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2pt] Implement methods: Add Item & Can be Archived - Student 4 #15

Open
RaoAkif opened this issue Jun 27, 2022 · 0 comments
Open

[2pt] Implement methods: Add Item & Can be Archived - Student 4 #15

RaoAkif opened this issue Jun 27, 2022 · 0 comments
Assignees

Comments

@RaoAkif
Copy link
Owner

RaoAkif commented Jun 27, 2022

  • Implement methods:
    • add_item method in the Source class
      • should take an instance of the Item class as an input
      • should add the input item to the collection of items
      • should add self as a property of the item object (by using the correct setter from the item object)
    • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants