Saturday, October 6, 2007

FlyWithWings.cs

public class FlyWithWings : IFlyBehavior
{
public object Fly() { return "I'm flying with wings!!"; }
}
blog comments powered by Disqus