What is isa relationship?
Answer / Arpit Kumar Gupta
The 'isa' (is-a) relationship is a type of inheritance in object-oriented programming, where an object of a subclass is also considered to be an instance of its superclass.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of a parameter?
Advantages of Inheritance in java.
Explain the difference between runnable and callable interface in java?
What is a treeset in java?
What is executor memory?
When garbage collector invokes object?s finalize() method?
How is a structure different from array ?
What do you understand by final value?
Why java Don't Support Multiple interitence
Explain parallel processing in java8?
Can you explain the private protected field modifier?
How do you use, call, and access a non-static method in Java?