Question: In Java Create the following 7 files. Final.java, flower.java, fungus.java, plant.java, weed.java, herb.java and node.java You must use a LinkedList for storage. You must be
In Java Create the following 7 files.
Final.java, flower.java, fungus.java, plant.java, weed.java, herb.java and node.java
You must use a LinkedList for storage.
You must be able to display, add, remove, sort, filter, and analyze information from our flower pack.
The flower pack should hold flowers, weeds, fungus, and herbs. All should be a subclass of a plant class.
Each subclass shares certain qualities (ID, Name, and Color) plant class
Flower traits include (Thorns, and Smell)
Fungus traits include (Poisonous)
Weed traits include (Poisonous, Edible and Medicinal)
Herb traits include (Flavor, Medicinal, Seasonal)
No GUI is required
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
