Question: Please I need help with this activity it's in JAVA and please could you include comments to explain thank you. You will need to implement
Please I need help with this activity it's in JAVA and please could you include comments to explain thank you.
You will need to implement the following four methods for this activity -
Design an ADT, DrugSideEffects, that stores the side effects of various drugs. Typically, a drug would have a list of associated side effects.
- Create a UML class diagram and an interface for the ADT. Be sure to include a method that returns the side effects of a given drug
- Implement the class DrugSideEffects using the Interface Map, or another related class from the Java Standard Class, java.util.*
- Research the Internet and include a drug or two to test out your ADT
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
