C# 클래스 LiskovSubstitutionPrinciple.Square

상속: Rectangle
파일 보기 프로젝트 열기: 7digital/Liskov

공개 메소드들

메소드 설명
setHeight ( int height ) : void
setWidth ( int width ) : void

메소드 상세

setHeight() 공개 메소드

public setHeight ( int height ) : void
height int
리턴 void

setWidth() 공개 메소드

public setWidth ( int width ) : void
width int
리턴 void