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
Can an interface implement or extend another interface?
Which OOPS concept exposes only the necessary information to the calling functions?
Explain what is meant by polymorphism?
What interface must an object implement before it can be written to a stream as an object?
What is virtual multiple inheritance?
What is bootstrap, extension and system class loader?
Can we access interface static method using interface references?
What does the keyword virtual represented in the method definition?
Can you create an instance for an abstract class?
Is is possible to define our own functional interface?
Can you tell something about GDI objects?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
What is the difference between an error and an exception?
What is the use if instanceof keyword?
What is difference between class and interface?