What do you mean by Realization?

Answer Posted / priyadharshini.m

Realization is a kind of relationship that exist between
classes in class diagram which is used to denote that an
interface is realized or implemented by a class.Also this
is used to realte two use cases.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about inheritance hierarchies?

563


Explain what is an object?

576


What is the difference between aggregation and composition?

517


How do I make sure that an object is released in code such as a connection or file object?

623


What is the @functionalinterface annotation?

542






If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?

557


Explain the term constructor

633


What is composition? Explain the purpose of composition.

555


What is sealed modifiers?

597


What is a default method? Why do we need default methods in java 8 interfaces?

563


What is diamond inheritance problem? How java 8 solves this problem?

670


Can we access interface static method using interface references?

535


What does it mean that a method or class is abstract?

522


Can an interface have an inner class?

621


What is the super keyword?

613