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

Method area1

Programs/abstractClass.java:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 super(a, b);
32 }
33 double area1() {
34 System.out.println("Area of triangle = ");
35 return (0.5*dim1*dim2);
36 }
37}
38
39public class AbstractClass {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected