In this article we will learn to implement a Java program on shape hierarchy. The requirements for writing the program is specified below. Java program to create an abstract class named Shape that contains an empty method named numberOfSides( ).Provide three classes named Trapezoid, Triangle and Hexagon such that each one of the classes […]