Hi,
I have a problem with patterns. I've got Customer class that contain details of a customer and a webcustomer class that extends the customer class. The webcustomer class contain special data like username, password, etc...
Usually I use handler for all my class like CustomerHandler class that have get, insert, create, delete, ... method.
How can I construct an handler that can handle my base class and my specialized class in the same time. Is it a good idea?
Thanks for all,
David






Bookmarks