Write a class with the name Area using function overloading that computes the area of a circle, area of rectangle and area of rhombus.
Answers
Answered by
0
Answer:
area of circle =2^r
area of rectangular =l×b
area of rhombus = pq/2
Answered by
2
Answer: here's your answer ⭐
area of circle = πr^2
area of rectangle = length× breadth
area of rhombus = pq /2
hope it helps you
thanks ☺️
Similar questions