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 are the main features of oops?
What is the abstract method modifier?
Explain what you understand by function overloading.
What are the limitations of oops?
What is the @functionalinterface annotation?
What is meant by “abstract interface”?
What is the significance of encapsulation?
What is a default method? Why do we need default methods in java 8 interfaces?
What is the difference between data hiding and implementation?
Can we override static methods of a class?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
Explain about instance in object oriented programming?