JAVA - All about Interfaces
Mar 5, 2023 · 5 min read · In JAVA, Multiple Inheritance is supported in the form of Interfaces. An interface is a type of reference that defines a set of abstract methods, which are methods without any implementation. So, Whoever the Child Class is implementing the interface ...
Join discussion



