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

Method readData

Programs/MultipleInheritance.java:15–19  ·  view source on GitHub ↗
(int x, int y, int z)

Source from the content-addressed store, hash-verified

13class Test {
14 int sub1, sub2, sub3;
15 void readData(int x, int y, int z) {
16 sub1 = x;
17 sub2 = y;
18 sub3 = z;
19 }
20 void display() {
21 System.out.println("Sub1 marks = " + sub1);
22 System.out.println("Sub2 marks = " + sub2);

Callers 1

mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected