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

Method main

Programs/MultipleInheritance.java:38–44  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

36}
37public class MultipleInheritance {
38 public static void main(String[] args) {
39 // TODO Auto-generated method stub
40 Result obj = new Result();
41 obj.readData(50, 60, 70);
42 obj.display();
43 obj.printData();
44 }
45}

Callers

nothing calls this directly

Calls 3

printDataMethod · 0.95
readDataMethod · 0.80
displayMethod · 0.45

Tested by

no test coverage detected