You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the can_be_archived? method in the MusicAlbum class.
Override the method with the same name from the parent class.
Return true if the parent's method returns true and if on_spotify equals true; otherwise, return false.
The text was updated successfully, but these errors were encountered:
PabloBona
changed the title
Team member #2 - Task 4 - Implement the can_be_archived? Method in the MusicAlbum Class
[1pt]Team member #2 - Task 4 - Implement the can_be_archived? Method in the MusicAlbum Class
Sep 9, 2023
can_be_archived?
method in theMusicAlbum
class.true
if the parent's method returnstrue
and ifon_spotify
equalstrue
; otherwise, returnfalse
.The text was updated successfully, but these errors were encountered: