https://github.com/h-wi/2022_Winter_TIL/tree/main/0112
GitHub - h-wi/2022_Winter_TIL
Contribute to h-wi/2022_Winter_TIL development by creating an account on GitHub.
github.com
Today I Learned :
- 1주차 활동 정리 및 소감
- 생성자와 positional,named argument , 생성자 overloading
- enum class와 mixin class
- 부모 생성자에 변수값 넘기는 법 (Player(..) : super(name))