09-18-2009 04:02 AM
Darin.K wrote: My daughter chooses a more conventional path to learning OOP.
My daughter chooses a more conventional path to learning OOP.
Class Book
{
Public:
Bend (int angle)Stain (StainType StainType, int Page)Tear (int Page, Shape Shape);
Bend (int angle)
Stain (StainType StainType, int Page)
Tear (int Page, Shape Shape);
};
09-18-2009 06:51 AM