What is a Class Diagram, Data Model?

Showing Answers 1 - 4 of 4 Answers

pavan bandodekar

  • Nov 23rd, 2007
 

Class can be defined as a template for creating objects (object is a real world object)
A class diagram is a diagramatic representation of the functions & data of which the class consists of. In UML notation it is denoted by a rectangle box with two partitions,
one for the data & other for the classes.

  Was this answer useful?  Yes

annaanil

  • Nov 28th, 2007
 

A class diagram is a blue print for your objects, Inshort it represents your domain model. Data model represents the actual database structure, this will have the columns of the tables , refrential integrities that is defined among them.

Good Luck

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions