public override IBoat Build(BoatBuilder builder) { builder.BuildBoatHull(); return(builder.Boat); }
public abstract IBoat Build(BoatBuilder builder);