What is multiple inheritance & can we implement it in java?
Answer Posted / siva
Multiple inheritance means it have more than one base class
and one derived..
but multiple inheritance does not support multiple
inheritance......
We r implementing multiple inheritance with the help of
interface...
and we not able to create object for interface class
directly but we can create indirectly
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is it called a string?
What is float in java?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
Difference between method overloading and overriding.
Can we write method inside a method in java?
Explain a situation where finally block will not be executed?
What is java ceil?
How many types of equations are there?
What is the nested interface?
Is binary a low level language?
Garbage collection in java?
How does list work in java?
What is difference between arraylist and list in java?
What is meant by local variable and instance variable?
What is comparator in java?