28 May
5) Write object oriented programs to calculate the area of aa) Circleb) Squarec) Rectangled) Sphere In object oriented programming, program is divided into small parts called objects. Object oriented programming follows bottom up approach. Adding new data and function is easy. Object oriented programming provides data hiding so it is more secure. Object…