Question: Q7) Write java project for the following classes. Note that you must use inheritance. Class rectangle: name, color, len1, len2. Constructor has parameter name. Method
Q7) Write java project for the following classes. Note that you must use inheritance. Class rectangle: name, color, len1, len2. Constructor has parameter name. Method read color, len1, len2. Method to calculate area (area= len1 * len2). Method to return all members as String. Class Cuboid: name, color, len1, len2, height. Constructor has parameter name. Method read color, len 1, len2, height. Method to calculate size (area= len1 * len2" height). Method to return all members as String
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
