answersLogoWhite

0

what is the difference between ERD and UML Flowcharts.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Differences or similarities between OMT and UML?

OMT is a modelling technique and UML is a Modelling language. OMT stands for object modelling technique and is given by Jim Rambaugh . UML is unified Modelling language and has a layered architecture.


What is difference between System Analysis approach and UML approach?

i want it


Difference between interface and abstract class on uml?

In general, the differences are that interface has(1) no fields and(2) no implementation of methodsbut in UML interface may have features (fields), so the difference left is that interface in UML has no implemented methods while abstract class by definition is partially implemented class.


What are the difference between forward engineering and reverse eng in uml?

forward engineering: the creation of code from models. reverse engineering: the creation of models from code.


How is Lynyrd Skynyrd pronounced?

Len- Erd Skin- Erd


What is needed to recover a system using erd?

An ERD for that system.


What are the difference between Rational Unified Process and Spiral model?

It's uml base model usely use of use case design and spiral model Risk driven approchs


What is ERD of payroll management system?

School management system erd


What is latest version of UML?

The latest version of UML is UML 2.4 (beta), released in January 2011.


Does Adam Sandler have his erd pearced?

oh my god,, Adam Sandler has an erd!!!??


Disadvantage of using uml?

UML has high learning curve.


What is the difference between a use-case diagram and class diagram?

Class diagram is UML structure diagram which shows structure of the designed system at the level of classes and interfaces, shows their features, constraints and relationships - associations, generalizations, dependencies, etc.Communication diagram (called collaboration diagram in now obsolete UML 1.x) is an interaction diagram which shows interactions between objects and/or parts (represented as UML lifelines) using sequenced messages in a free-form arrangement.So, the major difference is that class diagram shows static structure of the system while communication (collaboration) diagram shows system behavior as sequenced exchange of messages between objects.