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 |
Difference between composition and inheritance ?
What are the features of encapsulation ?
What is a ternary operator?
What is the difference between function overloading and over riding?
Difference between abstraction and implementation hiding ?
Difference between encapsulation and data hiding ?
What is the super keyword?
What is difference between encapsulation and abstraction?
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Explain about a class?
Can a function be overloaded based on return types?
Differentiate between data abstraction and encapsulation.