C# Class Inheritance.Giraffe

Inheritance: Inheritance.VirtualPet
Show file Open project: mikewesthad/intro-to-programming-csharp Class Usage Examples

Public Methods

Method Description
DrawAvatar ( ) : void
Giraffe ( string name, ConsoleColor color, double weight, double neckLength ) : System

Method Details

DrawAvatar() public method

public DrawAvatar ( ) : void
return void

Giraffe() public method

public Giraffe ( string name, ConsoleColor color, double weight, double neckLength ) : System
name string
color ConsoleColor
weight double
neckLength double
return System