C# Class Classes.Animal

Mostra file Open project: MartinChavez/CSharp Class Usage Examples

Public Methods

Method Description
Animal ( ) : System
Animal ( string name ) : System
Breathe ( ) : void

Method Details

Animal() public method

public Animal ( ) : System
return System

Animal() public method

public Animal ( string name ) : System
name string
return System

Breathe() public method

public Breathe ( ) : void
return void