Link to home
Start Free TrialLog in
Avatar of rocky050371
rocky050371

asked on

Abstract Class - 500 pts

I have a business layer dill where each class inherits a base class, the base class provides at the moment a proxy for a web service, it will also contain in the future other settings which can be used by the business layer classes, is this the best way to do it?

Or should I just create a shared class which exposes numerous methods


Avatar of razorback041
razorback041
Flag of United States of America image

will the methods be implemented differently for each class?  If not, then one shared class for static methods seems to be the most efficient
ASKER CERTIFIED SOLUTION
Avatar of manojkumarps
manojkumarps

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial