Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ add
Method
add
Programs/StudentInterface.java:4–4 ·
view source on GitHub ↗
(int a, int b)
Source
from the content-addressed store, hash-verified
2
interface
it1 {
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 {
Callers
15
main
Method · 0.65
bucketSort
Method · 0.65
p_holder
Method · 0.65
check_winner
Method · 0.65
addEdge
Method · 0.65
BFS
Method · 0.65
init
Method · 0.65
coinCombinations
Method · 0.65
addTask
Method · 0.65
main
Method · 0.65
main
Method · 0.65
travel
Method · 0.65
Implementers
2
arithmOp
Programs/StudentInterface.java
Complex
Programs/ComplexNosOps.java
Calls
no outgoing calls
Tested by
no test coverage detected