Why java Don't Support Multiple interitence
Answer Posted / sanjeev
Why cant we face same ambiguity when we declare variables?
interface A{
int i = 10;
}
interface B{
int i = 20;
}
Class C implement A, B{
what is the value of C.i?
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the use of jtable?
What defines function?
worst case complexities of Quick sort and Merge sort.
What is the purpose of object oriented programming?
Can we initialize the final blank variable?
Is 0 true or false?
Can a hashset contain duplicates java?
Is vector ordered in java?
Can a final variable be initialized in constructor?
What are the differences between string, stringbuffer and stringbuilder?
What is the statements?
Where is the singleton class used?
Is a method a procedure?
Define Multiprogramming and Multiprocessing in java.
Why do we need hashmap in java?