Question: Q6) Write java project for the following classes. Note that you must use inheritance. Class square: name, color, len. Constructor has parameter name. Method read
Q6) Write java project for the following classes. Note that you must use inheritance. Class square: name, color, len. Constructor has parameter name. Method read color, len. Method to calculate area (area= len * len). Method to return all members as String, Class Cubic: name, color, len. Constructor has parameter name. Method read color, len. Method to calculate size (area= len * len * len). 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
