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 we have a default method definition in the interface without specifying the keyword "default"?
Explain what you understand by function overloading.
How can I be thrown polymorphically?
Explain the usage of encapsulation?
Comment: C++ "includes" behavior and java "imports"
Define Destructor?
Suppose a class acts an Actor in the problem domain, how to represent it in the static model?
What is the practical implementation of inner classes?
What is inheritance?
What is the @functionalinterface annotation?
Can link and Association applied interchangeably?
What are different types of arguments?