C# Class Animals.Dog

Inheritance: Animals.Mammal, ILandAnimal
显示文件 Open project: nzhul/TelerikAcademy Class Usage Examples

Public Methods

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

Method Details

Dog() public method

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

Sound() public method

public Sound ( ) : void
return void