Answer Posted / praveen kumar
Association is a link between two things
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What interface must an object implement before it can be written to a stream as an object?
What is the use of interface?
What is a static method? Why do we need static methods in java 8 interfaces?
Difference between class and an object?
What is a constructor in class?
What is polymorphism and abstraction?
Explain what you understand by function overloading.
What are the four important foundation concepts of OOP ?
What are the features that are provided to make a program modular?
Can you define OOP and principles of OOP?
What is the purpose of late binding in object-oriented programming?
Explain about the analysis phase?
Explain colloboration
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?
Which OOPS concept is used as a reuse mechanism?