C# Class Solid.LSP.Example1.Bird

Afficher le fichier Open project: bouvet/solid-3

Méthodes publiques

Méthode Description
Eat ( ) : void
Fly ( ) : void

Method Details

Eat() public abstract méthode

public abstract Eat ( ) : void
Résultat void

Fly() public abstract méthode

public abstract Fly ( ) : void
Résultat void