class Person { private String name; }
Person p = new Person(); p.name = "Kim"; // 컴파일 에러
👉 객체지향의 핵심 원칙