Sunday, July 30, 2006

Implementing interfaces (IThrow)

The most important aspect of baby development is the correct and timely implementation of various interfaces in the Human.Babies namespace.

David has just implemented the IThrow interface today.

namespace Human.Babies
{
public interface IThrow
{
void Throw();
}
}


Note that the method accepts no parameters. There is no way to specify the direction, force or the object of the operation.

No comments: