Skip to content

Commit

Permalink
ADD: 6주차 실습 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghyen committed Jun 27, 2024
1 parent 0d83635 commit 8254426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend_class/TECHITJava/likelion_java/6주차.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- 자바는 단일상속 지원(하나의 클래스만 상속 가능)
- 부모 클래스에서 선언된 멤버변수는 bankAccount.password로 불러와서 임의로 바꾸지 말고 함수 선언해서 수정할 것
=> 수정 안되도록 부모 클래스에 private으로 잠궈
- 오버라이딩, 오버로딩 -> src/DollerAccount.java

#### 접근제어자
- 우클릭 후 Generate에서 getter, setter 자동생성 가능
Expand Down

0 comments on commit 8254426

Please sign in to comment.