Implemented Compile Time Polymorphism
Created a class Area, have three overloaded methods to calculate area of Circle, Rectangle and Triangle. Used these overloaded methods in main methods
Created a class Area, have three overloaded methods to calculate area of Circle, Rectangle and Triangle. Used these overloaded methods in main methods