C# Class Animals.Cat

Inheritance: Animal
Exibir arquivo Open project: nzhul/TelerikAcademy Class Usage Examples

Public Methods

Method Description
Cat ( string name, int age ) : System
Cat ( string name, int age, Sex sex ) : System
Sound ( ) : void

Method Details

Cat() public method

public Cat ( string name, int age ) : System
name string
age int
return System

Cat() public method

public Cat ( string name, int age, Sex sex ) : System
name string
age int
sex Sex
return System

Sound() public method

public Sound ( ) : void
return void