Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
37
public
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
printData
Method · 0.95
readData
Method · 0.80
display
Method · 0.45
Tested by
no test coverage detected