What do you mean by "Realization"?

Answers were Sorted based on User's Feedback



What do you mean by "Realization"?..

Answer / richa

In a realization relationship, one entity (normally an
interface) defines a set of functionalities as a contract
and the other entity (normally a class) "realizes" the
contract by implementing the functionality defined in the
contract.

Is This Answer Correct ?    26 Yes 3 No

What do you mean by "Realization"?..

Answer / s.p.arun

Realization denotes implementing an interface.Arrow with
dotted line
Generalization denotes extending a class.Arrow with solid
line.

Is This Answer Correct ?    11 Yes 2 No

What do you mean by "Realization"?..

Answer / indra

It is similar to generalization.It indicates that one class
implements behavior specified by another.

Is This Answer Correct ?    11 Yes 4 No

What do you mean by "Realization"?..

Answer / supraja

UML modeling, a realization relationship is a relationship
between two model elements, in which one model element (the
client) realizes the behavior that the other model element
(the supplier) specifies. Several clients can realize the
behavior of a single supplier. You can use realization
relationships in class diagrams and component diagrams.

Typically, realization relationships do not have names. If
you name a realization, the name is displayed beside to the
realization connector in the diagram.

As the following figure illustrates, a realization is
displayed in the diagram editor as a dashed line with an
unfilled arrowhead that points from the client (realizes
the behavior) to the supplier (specifies the behavior).



You can model the following situations using realization
relationships:
A component is realized by a set of classifiers that
provide its implementation.
A collaboration instance contains the objects and messages
that are needed to implement the behaviors that a use case
specifies.

Is This Answer Correct ?    2 Yes 0 No

What do you mean by "Realization"?..

Answer / allan mutimba funkydelic

REALIZATION is whereby an entity entices behavioral functions set up by another entity.
it is usually denoted by an arrow & a dotted line

Is This Answer Correct ?    1 Yes 0 No

What do you mean by "Realization"?..

Answer / ahmed

Realization is whereby a class implements the behavior
specified by another class.

Is This Answer Correct ?    0 Yes 0 No

What do you mean by "Realization"?..

Answer / deiaa eldin

I just want to add that realization is not only for
interfaces or class it is also for use cases and use case
realizations is to design its inner diagrams like sequence
diagram …etc.

Is This Answer Correct ?    2 Yes 5 No

What do you mean by "Realization"?..

Answer / rajendra tambat

it means leaving the implementation to the implementer,
i.e. interface. you leave the implementation of
functionality to the class who is implementing this
interface

Is This Answer Correct ?    3 Yes 13 No

Post New Answer

More UML Interview Questions

What is Composite Structure Diagram in UML?

0 Answers  


What are the relationships used in UML?

0 Answers  


What is current system?

0 Answers  


What is Object Constraint Language (OCL)?

2 Answers  


What is the purpose of UML diagrams?

0 Answers  






Can you name the types of modelling?

0 Answers  


What are the parts of a deployment diagram?

0 Answers  


What is component diagrams in UML?

0 Answers  


What are the Dynamic diagrams in UML?

0 Answers  


What are the different types of relationship composition that exists?

0 Answers  


what is difference between Extend and Include with example?

9 Answers   TCS,


what the latest software develoment Methodologies?

0 Answers   NIC,


Categories