why java does not support multiple inheritance
Answers were Sorted based on User's Feedback
Answer / kalaivani
java defenetly support multiple inheritance.it can be done
by the keyword called super.java does not support the
multilevel inheritance
Is This Answer Correct ? | 26 Yes | 455 No |
What is the covariant return type?
what is the replacement method of stop() of thread
How do I start learning java?
How would you dynamically allocate memory to an array?
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
Is vector thread safe in java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
Can you call a method in a method?
Program to output as below formate: 1 2 3 4 5 6 7 8 9 10
Which eclipse is best for java?
What is a "pure virtual" member function?
What are java packages?