클래스
2020-12-17 00:00

클래스

5주차
클래스
클래스 선언
class MyClass {
// field, constructor, and
// method declarations
}
기본 선언 방식은 위와 같다.
클래스 몸체는 새로운 객체를 초기화하는 생성자,...

댓글