C# Class SOLID.Liskov.Composition.AnimalWeightNormalImpl

Inheritance: SOLID.Liskov.Composition.AnimalWeightBase
Exibir arquivo 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