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 2 #12

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

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

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 Genre 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 MusicAlbum class
      • should override the method from the parent class
      • should return true if parent's method returns true AND if on_spotify equals true
      • otherwise, it should return false
@RaoAkif RaoAkif changed the title [2pt] Create a Movie & Source Class and add properties - Student 1 [2pt] Implement methods: Can be Archived & Move to Archive - Student 1 Jun 27, 2022
@RaoAkif RaoAkif assigned RaoAkif and unassigned AKeeganDev Jun 27, 2022
@RaoAkif RaoAkif changed the title [2pt] Implement methods: Can be Archived & Move to Archive - Student 1 [2pt] Implement methods: Add Item & Can be Archived - Student 2 Jun 27, 2022
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