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 |
Can you create an instance of an interface?
What is a constructor in class?
What are the types of polymorphism?
Can you think of some nice examples where *multiple* actors are associated with a use case ?
What is the use of ‘finalize’?
Write a note about inheritance?
What are abstract methods?
What are the different types of inheritance?
What are the different principle of OOPS?
What is multiple inheritance? How java 8 supports multiple inheritance?
explain the difference between operator overloading and function overloading.
What is serialization? How do we implement serialization actually?