Function
Whereas a program may implement classes, which typically end in objects managing or executing behaviours, a ''business object'' usually does nothing itself but holds a set of instance variables or properties, also known as ''attributes'', and associations with other business objects, weaving a map of objects representing the business relationships. A domain model where ''business objects'' do not have behaviour is called an anemic domain model. Business objects separate state from behaviour because they are communicated across the tiers in a multi-tiered system, while the real work of the application is done in the business tier and does not move across the tiers.See also
* * * *References
*Rockford Lhotka, Visual Basic 6.0 Business Objects, *Rockford Lhotka, Expert C# Business Objects, *Rockford Lhotka, Expert One-on-One Visual Basic .NET Business Objects,External links