Wednesday, October 27, 2010

What is a Class Diagram?



A class diagram is the format used to design reusable objects. It is a description of the class only. A class diagram does not include any implementation details - in other words, it does not include code; which is language specific. It is up to the developer to make the class work.

From a class diagram, a developer/programmer can create the class in just about any language. From there, the class may be used to create many objects in a computer program.

No comments:

Post a Comment