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

Method display

Programs/MultipleInheritance.java:20–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 sub3 = z;
19 }
20 void display() {
21 System.out.println("Sub1 marks = " + sub1);
22 System.out.println("Sub2 marks = " + sub2);
23 System.out.println("Sub3 marks = " + sub3);
24 }
25}
26interface sports {
27 int smarks = 60;

Callers 1

mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected