MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / area1

Method area1

Programs/abstractClass.java:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 super(a, b);
22 }
23 double area1() {
24 System.out.println("Area of rectangle = ");
25 return dim1*dim2;
26 }
27}
28
29class triangle extends area {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected