Question
The Tool class has a constructor Tool(int) used to initialize the length in inches of any tool. The Hammer class is a subclass of Tool.
The "Tool" class has a constructor Tool(int) used to initialize the "length" in inches of any tool. The "Hammer" class is a subclass of "Tool". It has an instance variable of type double named "power" that indicates the amount of hitting force that the hammer can generate. Give UML diagram of Tool and Hammer. Write the class of Tool and Hammer. Be sure to implement the Hammer constructor that initializes the Hammer's "length" and "power". Be sure to make use of the Tool(int) constructor. Also, write the Hammer class method display() that prints the Hammer's power and then invokes the overridden Tool method display() to print the rest of the information about the Hammer.
a. Draw the complete UML diagram of these classes and clearly specify their relation
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