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

Method printData

Programs/MultipleInheritance.java:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29class Result extends Test implements sports {
30 int total;
31 public void printData() {
32// display();
33 total = sub1 + sub2 + sub3 + smarks;
34 System.out.println("Total marks = " + total);
35 }
36}
37public class MultipleInheritance {
38 public static void main(String[] args) {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected