why java does not support multiple inheritance
Answer Posted / farsim
Have a look at this ink you are not getting any better answer.
http://www.javaworld.com/javaworld/javaqa/2002-07/02-qa-0719-multinheritance.html
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does nextint () do in java?
What is public static?
What is local declaration?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What are the skills required for core java?
Does hashset allow duplicates in java?
Describe the various concepts related to object oriented programming (oop).
What is the difference between compare and compareto in java?
What are the basics of core java?
What classes of exceptions may be caught by a catch clause in java programming?
What are the basic concepts of OOPS in java?
How are this() and super() used with constructors in java programming?
how can you take care of mutual exclusion using java threads? : Java thread
what do you mean by stream pipelining in java 8? Explain
What is singleton class in java and how can we make a class singleton?