What do you mean by Realization?
Answer / 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 |
How do I make sure that an object is released in code such as a connection or file object?
What is bootstrap, extension and system class loader?
What is the difference abstract class and interface?
How will you define abstract classes?
What are the different types of arguments?
What are the types of polymorphism?
Explain about object oriented databases?
State about java and its relation to object oriented programming?
Differentiate between an abstract class and an interface?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Which OOPS concept is used as a reuse mechanism?
What is ‘this’ pointer?