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
How do you prevent a class from being inherited by another class?
Can you use virtual, override or abstract keywords on an accessor of a static property?
Can we reduce the visibility of the inherited or overridden method ?
What is the practical implementation of inner classes?
What is a static method? Why do we need static methods in java 8 interfaces?
What is operator overloading?
What is meant by overloading functions and operators?
what is full form OOP?
Explain about Overloading vs Overriding ?
How to define an interface?
What are abstract functions? Why are they used?
Classes and structs support inheritance. Is this statement true or false?
Write about abstract base classes?
Define Data Abstraction. What is its importance?
Why we use oops concepts? What is its advantage?