Skip to content

Commit 64fed6a

Browse files
Update MethodOverloading.java
1 parent 3f531e6 commit 64fed6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: _03_methods/MethodOverloading.java

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package com._03_methods;
2-
31
public class MethodOverloading {
42
static int plusMethodInt(int x, int y) {
53
return x + y;

0 commit comments

Comments
 (0)