abstract class : 추상화 정도가 낮고 몸통을 가진 methods를 포함할 수 있다. extends로 단일상속
interface : 추상화 정도가 높고 몸통을 가질 수 없다. implements로 interface class에서 extends 다중상속
interface : 추상화 정도가 높고 몸통을 가질 수 없다. implements로 interface class에서 extends 다중상속
'old > JAVA' 카테고리의 다른 글
객체지향 프로그래밍의 4대 특징 (0) | 2010.11.10 |
---|---|
정규표현식 정리 (0) | 2010.08.25 |
Scanner, StringTokenizer, DecimalFormat, ChoiceFormat, MessageFormat (0) | 2010.05.25 |
HashMap, TreeMap, Properties (0) | 2010.05.25 |
Set Interface ( HashSet, TreeSet) (0) | 2010.05.25 |