Question: Q2) Write java project for the following classes. Note that you must use inheritance. Class Shape: name, color. Constructor has parameter name. Method read color
Q2) 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 triangle: name, color, len 1, len2, base, height. Constructor has parameter name. Method read color, len1, len2, base, height. Method to calculate area (area=0.5*base* 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
