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

Method main

Programs/ThisPointerImplicit.java:15–21  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

13}
14public class ThisPointerImplicit {
15 public static void main(String[] args) {
16 // TODO Auto-generated method stub
17 Box b1 = new Box(2, 4, 6);
18 Box b2 = new Box(5, 5, 5);
19 System.out.println("Volume = " + b1.vol());
20 System.out.println("Volume = " + b2.vol());
21 }
22}

Callers

nothing calls this directly

Calls 1

volMethod · 0.95

Tested by

no test coverage detected