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 |
Explain about message passing in object oriented programming?
Explain about the analysis phase?
What are the limitations of oops?
Which oops concept exposes only necessary information to the calling functions?
What is function override?
What is a Persistent, Transient Object?
What is a final variable?
Explain the abstract class modifier?
What is a static method? Why do we need static methods in java 8 interfaces?
Can an interface implement or extend another interface?
What is an abstract property. Give an example?
What are abstract classes?