Home

Submit

Source

Feeds
Report a broken link
You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Java General Development
Interfaces in Java
Java / General Development
In Java, a class can have at the most one immediate superclass. Multiple inheritance, where a class has more than one superclass, is not allowed in Java. However, one cannot ignore the importance of multiple inheritance because a large number of real-life applications require the use of multiple inheritance. Java provides an alternative approach to support multiple inheritance by introducing a new data type known as interfaces. Although a class cannot inherit multiple classes, it can implement more than one interface.

Site: www.ucertify.com - Report

What's wrong with the tutorial? Write below.

Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development