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 ...