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

Class AbstractClass

Programs/abstractClass.java:39–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39public class AbstractClass {
40 public static void main(String[] args) {
41 // TODO Auto-generated method stub
42 rectangle r = new rectangle(10, 15);
43 triangle t = new triangle(2, 5);
44 System.out.println(r.area1());
45 System.out.println(t.area1());
46 }
47}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected