Question: Q4) Write java project for the following classes. Note that you must use inheritance. Class Shape: name, color. Constructor has parameter name. Method read color
Q4) Write java project for the following classes. Note that you must use inheritance. Class Shape: name, color. Constructor has parameter name. Method read color from keyboard. Method to display all members as String. Class rectangle: name, color, len1, len2. Constructor has parameter name. Method read color, len1, len. Method to calculate area (area= len1 * len2). 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
