What is multiple inheritance & can we implement it in java?

Answer Posted / madhan kumar.s

multiple inheritance means more base class to one derived
class.java does not support multiple inheritance

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How hashset works internally in java?

768


Can I override protected method in java?

781


Which collection is ordered in java?

717


How does the java compiler work?

713


What is an immutable object? How do you create one in java?

795


What is the difference between iterator and enumeration ?

715


What is the difference between final, finally and finalize() in java?

758


Can an interface extend a class?

720


Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?

735


How do you check if two strings are equal in java?

775


Define class?

696


Write a method that will remove given character from the string?

747


What are the differences between processes and threads?

733


What is stringwriter?

721


take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).

1737