C# Class SOLID.Liskov.Composition.AnimalWeightNormalImpl

Inheritance: SOLID.Liskov.Composition.AnimalWeightBase
显示文件 Open project: perl-easj/OOProg

Public Methods

Method Description
AnimalWeightNormalImpl ( double weight = weightUndefined ) : System

Method Details

AnimalWeightNormalImpl() public method

public AnimalWeightNormalImpl ( double weight = weightUndefined ) : System
weight double
return System