Welcome to Westonci.ca, the place where your questions are answered by a community of knowledgeable contributors. Explore our Q&A platform to find reliable answers from a wide range of experts in different fields. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

design a area class that has three overloaded methods to calculate the areas of circles, rectangles, and cylinders, and other methods necessary in the coding. assume that data for circles and cylinders are all doubles and data for rectangles are integers. code a test program areaapp by creating at least two different hard-coded data for each object for testing and display the object fields, and the computing result by calling tostring() or proper method. must understand what method overloading is before you start to work on this part. you may use static or no-static for method overloading.