how would you do for designing classes for an entirly corporation?
Let's say I have a customer base class and then some child customer classes inherit from it.
So, what is the best practice of managing them and using them?
I would put them within the corporation's namespace and add reference to it everytime I need them.
But my problem is should I include methods on the base class or just have some shared properties within the base class?
thanks for any comments.
Let's say I have a customer base class and then some child customer classes inherit from it.
So, what is the best practice of managing them and using them?
I would put them within the corporation's namespace and add reference to it everytime I need them.
But my problem is should I include methods on the base class or just have some shared properties within the base class?
thanks for any comments.