answersLogoWhite

0

What else can I help you with?

Related Questions

How is the uml diagram of railway reservation?

how is the uml diagram of railway reservation system ? ER diagram of hospital system? ?


Class diagram of online airline reservation?

a class diagram for online reservation system describe the flow data from user to administrator of particular flight.


What does fc mean in railway reservation?

First class in AC


Class diagram for payroll management system?

class diagram for payroll system


Difference between class diagram and object diagram with necessary diagram and figure?

Class diagram represent generalized view of system while object diagram represent view of a system at a particular instant.


What does 3E mean in railway reservation?

3E Is economy class AC sleeper 3-tier.In duronto train only.


How will be Class diagram for school information system?

information system diagram for a Vocational training college.


Where can you find an ER diagram for a payroll system?

class diagrams


What is a class diagram used for in software engineering?

In software engineering, a class diagram is used for describing the structure of a system by showing classes, attributes, operations, and relationships.


When was Rhymney Railway A class created?

Rhymney Railway A class was created in 1910.


When was Metropolitan Railway A Class created?

Metropolitan Railway A Class was created in 1864.


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.