750
99.9
Dec 12, 2010
Mike:
You are right. In Design Pattern Framework 4 the AnimalWorld is a generic that takes continent type as parameter, like so:
var africa = new AnimalWorld<Africa>();
africa.RunFoodChain();
We will make the necessary correction to the pdf.
Dan