C# Class LiskovSubstitutionPrinciple.Square

Inheritance: Rectangle
Afficher le fichier Open project: 7digital/Liskov

Méthodes publiques

Méthode Description
setHeight ( int height ) : void
setWidth ( int width ) : void

Method Details

setHeight() public méthode

public setHeight ( int height ) : void
height int
Résultat void

setWidth() public méthode

public setWidth ( int width ) : void
width int
Résultat void