public
class
Rectangle
{
int
Width {
get
;
set
;}
Height {
}
Square : Rectangle
override
return
this
.Height; }
.Height = value;} }
; }