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 |
What if we make the method as abstract in another interface?
State about java and its relation to object oriented programming?
Write about abstract base classes?
Can you create an instance for an abstract class?
Can we reduce the visibility of the inherited or overridden method ?
what three "domains" are considered during analysis modeling?
What is the difference between new and override?
What is diamond inheritance problem? How java 8 solves this problem?
What are the rules to define a functional interface?
What is guard condition?
8 Answers Mannar Company, Syntel,
Explain about parametric polymorphism?
What is meant by function overloading and function overriding?