InterviewSolution
Saved Bookmarks
| 1. |
What Is Domain Object Model? |
|
Answer» Domain object MODEL is about the business object and should belong in the business-LOGIC tier. It contains the business DATA and business logic associated with the specific business object. Domain object model is about the business object and should belong in the business-logic tier. It contains the business data and business logic associated with the specific business object. |
|