Question: [10 points] Design a stack data structure for a registration system that has a list of books as a class in Python. The book is
![[10 points] Design a stack data structure for a registration system](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f5178d35a54_38066f5178cceb8a.jpg)
[10 points] Design a stack data structure for a registration system that has a list of books as a class in Python. The book is a Python class that stores Name, Author and Year. Write the class methods to Create a stack, Create a book, Insert a book, and Delete a book from the stack. class Stack (object): class Book (object)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
