Study/JAVA
[JAVA] 메소드
aaaaalswl
2023. 11. 30. 18:03
C/C++ 에서의 함수를 메소드로 지칭
public static int sum(int n, int m){
...
}
클래스 바깥에 작성할 수 없음