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

Method main

Programs/abstractClass.java:40–46  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

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 2

area1Method · 0.95
area1Method · 0.95

Tested by

no test coverage detected