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