need assistance selecting name an interface
i'm refactoring array classes an concentration interfaces instead bottom classes. here's interfaces i combined far:
- icarryable implemented vigilant objects
- iactable implemented actor objects
- iuseable implemented vigilant sub-classes
- iwieldable implemented vigilant sub-classes
you vital base-classes still vigilant actor. have common interface both located map, have plcae property. map shouldn't caring presumably vigilant an actor an item, i wish emanate an interface it. here's interface feeling like
public interface iunnameable {
eventuality eventhandler<locationchangedeventargs> locationchanged;
plcae location { get; set; }
}
that's problem, nonetheless i can't cruise interface. imappable comes mind seems bit lame. any ideas?
Comments
Post a Comment