Question: Create an interface IShape with a method calculateArea ( ) . Create a class called Triangle, which implements the IShape. Create a test class with
Create an interface IShape with a method calculateArea Create a class called Triangle, which implements the IShape. Create a test class with a main method. In the main method: create list which stores instances of IShape. Add to the list few instances of Triangle. Add to the list two anonymous classes instances for Circle and Square shapes.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
