https://github.com/ppzxc/object-oriented
객체 지향 갖고 놀기
https://github.com/ppzxc/object-oriented
Last synced: 4 months ago
JSON representation
객체 지향 갖고 놀기
- Host: GitHub
- URL: https://github.com/ppzxc/object-oriented
- Owner: ppzxc
- Created: 2019-12-03T08:01:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T14:34:16.000Z (about 6 years ago)
- Last Synced: 2025-01-24T16:49:03.395Z (12 months ago)
- Language: Java
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 : 테트리스 게임] ()