For Daily Free Study Material Join wiredfaculty Whatsapp Group | Download Android App | Ncert Book Download
Sponsor Area
Write two methods in python using concept of Function Overloading (Polymorphism) to perform the following operations:(i) A function having one argument as Radius, to calculate Area of Circle as 3.14#Radius#Radius(ii) A function having two arguments as Base and Height, to calculate Area of right-angled triangle as 0.5#Base#Height.