Which of the following is tightly bound ? Inheritance or composition ?
Answer Posted / akshay
Inheritance - classes are get tightly coupled with each other. Also it develops blood relationship between the classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the significance of encapsulation?
How will you define abstract classes?
What are all the operators that cannot be overloaded?
What is the difference between an error and an exception?
What is the use if instanceof keyword? And how do refer to a current instance of object?
How can I be thrown polymorphically?
How to differentiate between a CreateObject() and GetObject() ?
what is full form OOP?
Write about abstract base classes?
Why is class hierarchies managed in object-oriented programming?
What are abstract methods?
Explain about instance in object oriented programming?
What are the access modifiers?
What is the @functionalinterface annotation?
What do you mean by operator overloading?