Interface Design

  • Thread starter Thread starter Jeff Louie
  • Start date Start date
Paul... Thanks for the feedback. I think the problem is the formatted
code. I think this is the final factored design:

public interface IBasicShape: IDrawable, IPositional, ISizeable {}

Regards,
Jeff
 
Back
Top