Notice
Recent Posts
Recent Comments
Link
Jeunwork space
패키지 - 클래스 만들기 예제 본문
korea.dokdo 패키지 안에 Person 클래스 생성
[조건]
- name과 address라는 String형 멤버변수가 있다.
- 반환형이 String인 getName( )
- 반환형이 String인 getAddress()
- 반환형이 없고 String형 인자를 받아 멤버변수 address를 초기화하는 setAddress( )
'Java' 카테고리의 다른 글
Java 제네릭(Generic) | 자바 컬렉션 프레임워크 (0) | 2021.04.22 |
---|---|
단언(Assertion) (0) | 2021.04.19 |
Java 패키지 선언, 사용방법, static imports문 (0) | 2021.04.15 |
Java 내부클래스 - Anonymous 내부 클래스 (0) | 2021.04.15 |
Java 내부클래스 - Static 내부 클래스 (0) | 2021.04.15 |
Comments