더북(TheBook)

예제 4-1 댓글 정의하기

public class Comment {

    private String author;
    private String text;

    // getters와 setters 생략
}