SOFTWARE ENGINEERING

SOFTWARE DESIGN

OBJECT ORIENTED DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In Domain Model, if A is a line item of transaction B(Eg:Sales Line Item-Sale). Its a Categorization approach to find which one of the following:
A
Attributes
B
Associations
C
Concepts
D
Category
Explanation: 

Detailed explanation-1: -In domain modeling class diagrams, an association is a structural relationship that indicates that objects of one classifier (such as a class and interface) are connected and can navigate to objects of another classifier. An association connects two classifiers: the supplier classifier and the client classifier.

Detailed explanation-2: -"A domain model is a representation of real-world conceptual classes, not of software components.” Domain modeling is a technique used to understand the project problem description and to translate the requirements of that project into software components of a solution.

There is 1 question to complete.