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 is Polymorphism, overloading, overriding and virtual?
What interface must an object implement before it can be written to a stream as an object?
What is the syntax of object oriented method call?
Why are virtual users created?
What is diamond inheritance problem? How java 8 solves this problem?
What are base class, sub class and super class?
What are the limitations of oops?
What do you mean by abstract class?
What is the main use of message metaphor in object-oriented programming?
What is the difference between public, private and protected access modifiers?
What do you mean by virtual function and virtual classes?
What is the benefit of Composition over Inheritance?
What is the difference abstract class and interface?
Why dynamic loading is used in object-oriented programming?
Are constructors inherited? Can a subclass call the parent's class constructor? When?