Skip to content

Implemented Compile Time Polymorphism

Mahmood Rasheed requested to merge task4 into main

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

Merge request reports