Wrapper classes as part of an object heirarchy -
04-07-2011
, 02:51 AM
Hi Everyone,
I was just wondering if anyone has created wrapper classes for use in
an object heirarchy. I am thinking specifically of using wrapper
classes for DAO.Tabledefs and DAO.Table. Maybe I am just spinning my
wheels on this but I am attempting to simplify the codebase I am
working with to the point that another person can step in and work
with the application just by working with the methods, properties, and
events of the object heirarchy and its associated classes. There is a
specific app in mind that does not require the use or richness that
these DAO objects expose, and at the same time could benefit from some
simple feedback (properties / events) and methods.
Before I go down this path I thought it best to ask the wise minds
that have more experience than myself in such matters. Any thoughts
appreciated.
Cheers
The Frog |