Search

Does Java support Multiple Inheritance? If not, How can we achieve Multiple Inheritance in Java?



No. But a class can implement multiple interfaces to overcome the lack of multiple inheritance.