728x90 자바 라이브러리 API1 [JAVA] ch07-19. 객체 지향 19 import java.util.ArrayList; /*library API 일부에 collection framework api 단순한 객체의 집합 {ArrayList - 제일 많이씀 ,Map, Set} 배열써도 되는데 arraylist 쓰는 이유 배열은 사이즈가 고정이되고 arraylist는 사이즈 자동조정 */ public class Ex19 { //개발하는 시점에는 계속 테스트 public static void main(String[] args){ Shopper shopper = new Shopper(); Tablet tablet = new Tablet(); PC pc = new PC(); Audio audio = new Audio(); shopper.buy(tablet); shopper.buy(pc.. JAVA/예제 2017. 8. 22. 이전 1 다음 728x90