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
Why dynamic loading is used in object-oriented programming?
Explain the use of Vtable and what are the various problems to override the functions?
What is data encapsulation and what's its significance?
Can different parts of a partial class inherit from different interfaces?
Is it possible to create partial structs, interfaces and methods?
What is the difference between abstract & interface?
What is operator overloading?
Why do we use oops concepts? What is its advantage?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
What are manipulators?
Define Data Abstraction. What is its importance?
Explain about inheritance hierarchies?
Which OOPS concept is used as a reuse mechanism?
Explain about multiple inheritance?
What is method overriding?