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 add_item method in the Author class, which accepts an instance of the Item class as input.
Add the input item to the collection of items associated with the author.
Set the author as a property of the input item object using the appropriate setter.
The text was updated successfully, but these errors were encountered:
PabloBona
changed the title
Team member #3 - Task 3 - Implement the add_item Method in the Author Class
[1pt]Team member #3 - Task 3 - Implement the add_item Method in the Author Class
Sep 9, 2023
add_item
method in theAuthor
class, which accepts an instance of theItem
class as input.The text was updated successfully, but these errors were encountered: