C# Class SOLID.Liskov.Composition.AnimalWeightLargeImpl

Inheritance: SOLID.Liskov.Composition.AnimalWeightBase
Mostrar archivo Open project: perl-easj/OOProg

Public Methods

Method Description
AnimalWeightLargeImpl ( double weight = weightUndefined ) : System

Method Details

AnimalWeightLargeImpl() public method

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