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 dynamic binding
What are the methods required to create changes in subclasses?
What is the difference between an abstract class and interface in java?
What are base class, sub class and super class?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
what three "domains" are considered during analysis modeling?
Differentiate between data abstraction and encapsulation.
Does java support multiple inheritance? if not, what is the solution?
What is the difference between abstract & interface?
What is a try/ catch block?
Every object has : state, behavior and identity - explain
2 Answers InfoAxon Technologies, Protech,
What is the use if instanceof keyword? And how do refer to a current instance of object?