반응형
https://hyeonstorage.tistory.com/185
오버로딩(Overloading)과 오버라이딩(Overriding) 성립조건
구분 |
오버로딩 |
오버라이딩 |
메소드 이름 |
동일 |
동일 |
매개변수, 타입 |
다름 |
동일 |
리턴 타입 |
상관없음 |
동일 |
출처: https://hyeonstorage.tistory.com/185 [개발이 하고 싶어요]
반응형
'자바' 카테고리의 다른 글
ArrayList와 LinkedList의 차이 (0) | 2023.03.09 |
---|---|
Comparable, Comparator (0) | 2021.05.02 |
1. 상속(inheritance) (0) | 2020.06.15 |
Java 접근 제한자 public / protected / default / private (0) | 2020.06.01 |
자바 배열 한번에 초기화, 수정하기 - Arrays.fill() (0) | 2020.05.21 |
댓글