글쓴 사람
        독자 (tkdring at naver.com)
        홈페이지
        
        첨부 파일
        
             
        
        
        
            
            
            
                
                    
                    
                    
                    159페이지에 
this를 사용해 또 다른 생성자를 호출하는 구문을 사용함으로써 초기화 관련코드를 하나의 메서드 내에서 처리하게 했다는 내용을 설명하는 부분인데
아래 내용에 있는 메서드 전부 안되는데 뭐가 잘못된건가여?
public Book(string title) : this(title,0)
{
}
public Book(string title, decimal isbn13) : this(title,isbn13, string.Empty)
{
}
        
        
                    
                    
                    
                    
                    
    
                    
                    
                    
                    
                    
                
                    [최초 등록일: ]
                    [최종 수정일: 8/10/2020]