C# Class Animals.Frog

Inheritance: Animal
Show file Open project: nzhul/TelerikAcademy Class Usage Examples

Public Methods

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

Method Details

Frog() public method

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

Sound() public method

public Sound ( ) : void
return void