1
Reply

Passing object data around

gary.thickett

gary.thickett

Jan 17 2005 4:22 AM
1.6k
Let's say for example I have a the following objects a CustomerDataObject (that handles all the DB interaction for customers) and I have a CustomerBusinessObject that handles all the business rules for customers do i then have a 3rd object Customer that simply contains the customer's properties and pass this object between the Dataobject, BusinessObject and finally the UI.

Answers (1)