How are Domain Model class diagram (DMC) and Design Class Diagram (DCD) different? What additional information will you need to include in the DCD that does NOT need to be present in the DMC?
Hi,
Inorder to describe the structure of a system a class diagram is used.There are Domain model class diagram and Design Class Diagram.The difference between them are given below:
Domain Model Class Diagram |
Design class diagram |
1.Representation of real world | 1.Representation of software definition |
2.Identify relevant concepts and ideas of domain | 2.Identify the specification of software classes |
3.It does not consist of methods of class | 3.It consist of methods of each class |
4.Conceptual model design | 4.Logical model design |
5.It only establish the entities,attributes and the relationship | 5.It defines the structure of the data element |
The additional information that included in DCD is that there is a method or operation for each class.The method is a funcion ,that defines the operation of each class.
Thank you...
Get Answers For Free
Most questions answered within 1 hours.