I am starting a project. I need to manage assets (people). But people will be both a User of the system and the managed asset.
Also a person could be an employee of a company that needs to manage the assets. So I thought I would create a person class and do inheritance. a worker inherits from a person a supervisor inherits from a person Am I going nuts and too deep with inheritance? Would it be easier to have a single entity person that has booleans to identify workers or supervisors. I mean a person could be both a worker and supervisor. maybe just talking about it will help me think if through. _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com