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 |
Difference Between Attribute and Association.
what are the main underlying concepts of object orientation?
What do you mean by abstract classes?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
Classes and structs support inheritance. Is this statement true or false?
What is polymorphism and abstraction?
0 Answers Agilent, Integreon, ZS Associates,
What is the difference between a virtual method and an abstract method?
explain dynamic binding
Why is message passing between the objects important?
Can an interface implement or extend another interface?
what is virtual function and pure virtual function ?
Write about abstract base classes?