Compile-Time polymorphism
- Write a program in java that computes the areas of Circle, Triangle and Rectangle using Compile-Time polymorphism. HINT: You can Use only one method name for calculating area of all the shapes - e.g:"calculateArea()" Limitations: Inheritance is not allowed.