C# 클래스 Inheritance.Giraffe

상속: Inheritance.VirtualPet
파일 보기 프로젝트 열기: mikewesthad/intro-to-programming-csharp 1 사용 예제들

공개 메소드들

메소드 설명
DrawAvatar ( ) : void
Giraffe ( string name, ConsoleColor color, double weight, double neckLength ) : System

메소드 상세

DrawAvatar() 공개 메소드

public DrawAvatar ( ) : void
리턴 void

Giraffe() 공개 메소드

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