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
Write a note on encapsulation?
Can you instantiate an abstract class and what is an inner class?
What does the keyword virtual represented in the method definition?
What is super keyword?
What is a functional interface? What is sam interface?
Explain the purpose of composition.
what are the different ways for a method to be overloaded?
Why do we separate interface from implementation?
Explain what is single and multiple inheritance?
Can a function be overloaded based on return types?
If a method definition has been specified in the 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?
What are all the languages which support oop?
Can encapsulation be called as a security device?
Why is C not an OOP language?
What do you mean by data hiding?