What is isa relationship?



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

Post New Answer

More Core Java Interview Questions

What is the purpose of a parameter?

1 Answers  


Advantages of Inheritance in java.

11 Answers   CybAge, HCL,


Explain the difference between runnable and callable interface in java?

1 Answers  


What is a treeset in java?

1 Answers  


What is executor memory?

1 Answers  


When garbage collector invokes object?s finalize() method?

5 Answers  


How is a structure different from array ?

1 Answers   Amdocs,


What do you understand by final value?

1 Answers  


Why java Don't Support Multiple interitence

8 Answers   ABC, Exilant, IBM,


Explain parallel processing in java8?

1 Answers  


Can you explain the private protected field modifier?

1 Answers  


How do you use, call, and access a non-static method in Java?

2 Answers  


Categories