Answer Posted / ershad
BCoz of DIAMOND Problem......if A extends B & B extends
A..in this case b wil override the methods of A class..if c
Extends A ..in this case C wil hav Both the properties of
A,B ....if D extends A which properties should D
inherits ..if it B,C propetries Bcoz B are having the same
methods of A & c is having the same methods of A...there
occurs the Diamond problem..
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Variable of the boolean type is automatically initialized as?
Is java code slower than native code?
why are there separate wait and sleep methods? : Java thread
What is thread safe java?
How do you break a loop?
Name container classes in java programming?
What is the difference between an object-oriented programming language and object-based programming language?
What is the java virtual machine?
What is unicode full form?
Is integer immutable in java?
What is the difference between a field variable and a local variable?
What is method overloading with type promotion?
What is general methodology?
What do you understand by weak reference?
Explain java code for recursive solution's base case?