Which of the following is tightly bound ? Inheritance or composition ?
Answer / 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 |
What are the basic concepts of oop?
What is meant by “abstract interface”?
Explain what is object oriented programming language?
What are abstract methods?
What is multiple inheritance? How java 8 supports multiple inheritance?
Does a concept HAVE to become a class in Design?
What is the benefit of Composition over Inheritance?
What is the benefit of using inheritance?
How does abstraction differ from encapsulation.
Explain about the design phase?
How can we restrict inheritance for a class so that no class can be inherited from it?
What are the different principle of OOPS?