Item 16 발표 내용
public 클래스에서는 public 필드가 아닌 접근자 메서드를 사용하라
Last updated
Was this helpful?
public 클래스에서는 public 필드가 아닌 접근자 메서드를 사용하라
Last updated
Was this helpful?
객체 지향 설계 5원칙 (SOLID)
SRP: Single Responsibility Principle
OCP: Open Cloned Principle
LSP: Liskov Substitution Principle
ISP: Interface Segregation Principle
DIP: Dependency Inversion Principle
Java
Access Modifier
private
protected
default (package-private)
public