Business domain
From HandWiki
Short description: Set of classes representing objects in the business model
In object-oriented programming, a business domain is the set of classes that represent objects in the business model being implemented. The business domain is distinguishable from the business model in that the business model is an understanding and explanation of information and behaviors in the problem domain, while the business domain is an implementation of that model in a specific programming language.
Basics
Further reading
- [1] - Java Design: Objects, UML, and Process by Kirk Knoernschild
- https://web.archive.org/web/20100603225735/http://javaboutique.internet.com/tutorials/JavaOO/index3.html
- Design Patterns (GOF95)
References