Skip to content

Commit

Permalink
📝 [docs] READM.MD 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BaekJaehyuk committed Apr 2, 2024
1 parent fbe35b0 commit ee385f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
**계좌 관리를 위한 컬렉션 프레임 워크 사용하기**

1. 모든 계좌를 관리하기 위한 중앙은행 클래스를 만듭니다. 계좌를 배열에 관리하기 위해 ArrayList를 활용합니다.
2. 계좌별 이자 정책을 관리하기 위해 HashMap을 활용하고, key에 category, value에 각 category의 InterestCalculator 인스턴스 를 담습니다.
2. 계좌별 이자 정책을 관리하기 위해 HashMap을 활용하고, Key에 category, Value에 각 category의 InterestCalculator 인스턴스 를 담습니다.

**예외 처리**

Expand Down

0 comments on commit ee385f8

Please sign in to comment.