Answered Questions

  • What is a Class Diagram, Data Model?

    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

    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 no...