MCPcopy 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

2interface it1 {
3 int x = 10, y = 20;
4 public void add(int a, int b);
5 public void sub(int a, int b);
6}
7class arithmOp implements it1 {

Callers 15

mainMethod · 0.65
bucketSortMethod · 0.65
p_holderMethod · 0.65
check_winnerMethod · 0.65
addEdgeMethod · 0.65
BFSMethod · 0.65
initMethod · 0.65
coinCombinationsMethod · 0.65
addTaskMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
travelMethod · 0.65

Implementers 2

arithmOpPrograms/StudentInterface.java
ComplexPrograms/ComplexNosOps.java

Calls

no outgoing calls

Tested by

no test coverage detected