An open API service indexing awesome lists of open source software.

https://github.com/ppzxc/object-oriented

객체 지향 갖고 놀기
https://github.com/ppzxc/object-oriented

Last synced: 4 months ago
JSON representation

객체 지향 갖고 놀기

Awesome Lists containing this project

README

          

# 객체 지향
## 참고
- [OOP 기초 공부](https://github.com/JungHa-Cho/Object-Oriented/tree/master/src/main/java/personal/oop)
- [JAVA DESIGN PATTERN](https://github.com/iluwatar/java-design-patterns)
---------------------------
## PRACTICE CASE
- [PRACTICE 1 : 동물의 세계](https://github.com/JungHa-Cho/Object-Oriented/tree/master/src/main/java/personal/oop/practice1)
- [PRACTICE 2 : 회사 구조 구현](https://github.com/JungHa-Cho/Object-Oriented/tree/master/src/main/java/personal/oop/practice2)
- [PRACTICE 3 : 가위 바위 보 게임](https://github.com/JungHa-Cho/Object-Oriented/tree/master/src/main/java/personal/oop/practice3)
- [PRACTICE 4 : 테트리스 게임] ()