Extending Multiple Interfaces In Java
In Java we can not extend more than one class, but One Interface can extend more than one interfaces. Whenever any Child Class implement the
From Basic to the Best
In Java we can not extend more than one class, but One Interface can extend more than one interfaces. Whenever any Child Class implement the
As Java does not support Multiple Inheritance, but you can implement more than one interfaces like. Output of Program In java one class can implement