Difference: 'uses', 'extends', 'includes'
Answer Posted / hell boy
includes is mandatory
extends is optional
uses is for help
| Is This Answer Correct ? | 17 Yes | 17 No |
Post New Answer View All Answers
Are constructors inherited? Can a subclass call the parent's class constructor? When?
What are the different types of arguments?
Why does java not support multiple inheritance?
What is the function of dynamic typing?
Explain about parametric polymorphism?
What is the best tool for modeling and ORM framework
What is the @functionalinterface annotation?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
What does the “abstract” keyword mean in front of a method? A class?
Explain the mechanism of composition?
What is the main advantage of using inheritance?
How do you prevent a class from being inherited by another class?
What are the Differentiate between abstraction and encapsulation.
Write a program to show the inheritance used in a class.
Explain the implementation phase with respect to oop?