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
What are the access modifiers in java?
Explain java coding standards for constants?
How do you reverse a string in java without using string buffer?
What is object-oriented programming?
What are different exception types exceptions available in java ?
What is the generic class?
Why charat is used in java?
How many tetrahedral voids are there in bcc?
Which collection is sorted in java?
What is command line argument in java?
How to remove the trailing spaces from a string?
How does enum work in java?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
What is thread safe singleton?
What are 3 data types?