# Functions
사용자로부터 구매 상품과 수량을 입력받는 함수.
No description provided by the author
No description provided by the author
Product 객체의 생성자.
Store 객체의 생성자.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Coffee, Juice, Tea 객체의 인터페이스 Make(), Package(), Pick() 메소드 정의.