JAVA
3. 0707_review
55yudi
2021. 10. 20. 23:15

- class / method / static
- this.name
: this.는 같은 클래스 안에 있는 변수임을 알려줌, 나 자신
super.name
: super.는 상속받은 부모클래스 안에 있는 변수임을 알려줌
- extends -> 상속(Inheritance)
+ 안드로이드 스튜디오