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

Method main

Programs/ThisPointerExplicit.java:12–16  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

10}
11public class ThisPointerExplicit {
12 public static void main(String[] args) {
13 // TODO Auto-generated method stub
14 Box b = new Box();
15 b.display();
16 }
17}

Callers

nothing calls this directly

Calls 1

displayMethod · 0.95

Tested by

no test coverage detected