반응형 java accessors1 [Java Class.09]Getters & Setters [Java Class.09]Getters & Setters 1. Getters / Accessors 클래스 안에 있는 instance variable(field)은 보통 private으로 선언하기 때문에, 이 intance variable에 접근하게 해주는 메소드(accessor or getter 메소드)를 public으로 만들어 주면 된다. getter 메소드의 return type은 instance variable의 type과 똑같다. [예제1-1] HTML 삽입 미리보기할 수 없는 소스 [예제1-2] HTML 삽입 미리보기할 수 없는 소스 [유제1] Try the following code. Note that it has a bug! It tries to access the private insta.. 2024. 3. 26. 이전 1 다음 728x90 반응형