This document describes a programming experiment to calculate the area of a room using method overloading. The program takes dimensions of a room as input parameters and outputs the calculated area. The result confirms that method overloading was successfully used to calculate the area.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
66 views2 pages
Area Calculation Using Method Overloading
This document describes a programming experiment to calculate the area of a room using method overloading. The program takes dimensions of a room as input parameters and outputs the calculated area. The result confirms that method overloading was successfully used to calculate the area.