Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider the entire hierarchy of The Revengers. Apply the Composite design pattern to the hierarchy like: Level 1 : The Revengers, Level 2 : The
Consider the entire hierarchy of The Revengers. Apply the Composite design pattern to the hierarchy like:
Level : The Revengers,
Level : The Magician, Avon The Slayer and Manic the Mayhem.
Level actions: The Magician Disappear Fly Avon The Slayer Fight Manic The Mayhem Run fast, Unbreakable
You can refer to the following steps for implementing the solution:
Create the Abstract class which initialises the superhero list
Create a directory which implements the abstract class which adds a particular superhero to the directory
Create the Composite pattern class which has the main class that takes the input for the levels of abstraction
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started