Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ sub
Method
sub
Programs/StudentInterface.java:5–5 ·
view source on GitHub ↗
(int a, int b)
Source
from the content-addressed store, hash-verified
3
int
x = 10, y = 20;
4
public
void
add(
int
a,
int
b);
5
public
void
sub(
int
a,
int
b);
6
}
7
class
arithmOp implements it1 {
8
public
void
add(
int
p,
int
q) {
Callers
nothing calls this directly
Implementers
2
arithmOp
Programs/StudentInterface.java
Complex
Programs/ComplexNosOps.java
Calls
no outgoing calls
Tested by
no test coverage detected