성장일기1 [TIL] 231017 Java 객체 지향 프로그래밍 (생활코딩) 틀린거 있으면 알려주세요.... java 공부 시작한지 1주일도 안되서 잘 모르겠네요....ㅎ 메서드 public static void print A () { // => 메서드 System.out.println("A"); System.out.println("A"); } 객체의 행위를 뜻함 객체간의 협력을 위해 사용 클래스 class PrintA {} // Public class PrintB {} // => PrintA와 PrintB 각각이 클래스 클래스는 객체를 생성하기 위한 설계도 클래스 / 인스턴스 static String classVar // => static: 클래스 소속, 클래스 통해서 클레스 접근 가능 ex) Foo.classVar string instanceVar // static 없으니까.. 2023. 10. 18. 이전 1 다음