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 do we use oops concepts? What is its advantage?
What are the limitations of oops?
Classes and structs support inheritance. Is this statement true or false?
Does PowerShell support OOPs?
Define Initialisation Purpose.
What is constructor and virtual function? Can we call virtual funciton in a constructor?
What is an abstraction?
Does a class inherit the constructor of its super class?
Explain what is single and multiple inheritance?
Can a function be overloaded based on return types?
Difference between composition and inheritance ?
Why is message passing between the objects important?
What are all the operators that cannot be overloaded?
What is the practical implementation of inner classes?
Which OOPS concept is used as a reuse mechanism?