Create the classes as shown in the UML diagram which I have added a picture of. Note that for Item the “show()” method must display all of the information about the Item in a neat format. Note that for Backpack, “show()” method must display all of the information about each Item in the backpack in a neat format.   Task 2: Create a main program to test your classes by creating the following objects and adding them to the backpack: Part 1: Create the following Items in your main function" Name-Weight Shovel - 15 Glove - 2 Axe - 29  Part 2: Next, create a backpack that can hold 20 Items. Part 3: Add all of the Items to the backpack Part 4: display all items in the backpack I have added a picture of the question and the diagram. I need this code in visual studios

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Task 1: Create the classes as shown in the UML diagram which I have added a picture of. Note that for Item the “show()” method must display all of the information about the Item in a neat format. Note that for Backpack, “show()” method must display all of the information about each Item in the backpack in a neat format.   Task 2: Create a main program to test your classes by creating the following objects and adding them to the backpack: Part 1: Create the following Items in your main function" Name-Weight Shovel - 15 Glove - 2 Axe - 29  Part 2: Next, create a backpack that can hold 20 Items. Part 3: Add all of the Items to the backpack Part 4: display all items in the backpack I have added a picture of the question and the diagram. I need this code in visual studios              
Task 1:
Create the classes as shown in the UML diagram in the lab 2
folder.
Note that for Item the "show()" method must display all of
the information about the Item in a neat format.
Note that for Backpack, "show()" method must display all of
the information about each Item in the backpack in a neat
format.
Task 2:
Create a main program to test your classes by creating the
following objects and adding them to the backpack:
Part1: Create the following Items in your main function
Item Name
Weight
Shovel
15
Glove
2
Axe
29
Part 2: Next, create a backpack that can hold 20 Items.
Part 3: Add all of the Items to the backpack
Part 4: display all items in the backpack
Transcribed Image Text:Task 1: Create the classes as shown in the UML diagram in the lab 2 folder. Note that for Item the "show()" method must display all of the information about the Item in a neat format. Note that for Backpack, "show()" method must display all of the information about each Item in the backpack in a neat format. Task 2: Create a main program to test your classes by creating the following objects and adding them to the backpack: Part1: Create the following Items in your main function Item Name Weight Shovel 15 Glove 2 Axe 29 Part 2: Next, create a backpack that can hold 20 Items. Part 3: Add all of the Items to the backpack Part 4: display all items in the backpack
Item
- name :string
-weight: int
+ Item()
+ Item(name: string, weight: int)
+ getName(): string
+ getWeight():int
+ setName(value: string): void
+ setWeight(weight: int): void
+ show():void
Backpack
- maxltems: int
numltems: int
- itemList: Item[]
+ Backpack( maxltems: int)
+ add Item(item: Item*): bool
+ show()
Transcribed Image Text:Item - name :string -weight: int + Item() + Item(name: string, weight: int) + getName(): string + getWeight():int + setName(value: string): void + setWeight(weight: int): void + show():void Backpack - maxltems: int numltems: int - itemList: Item[] + Backpack( maxltems: int) + add Item(item: Item*): bool + show()
Expert Solution
steps

Step by step

Solved in 5 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY