Interfaces can also be added with more and more functions. That is interface inheritance
Multiple inheritance is possible
interface a extends b, c {
By doing this, you can create a new interface that inherits the functions of B and C.
Because I'm doing exends and implements in the field Let's review the interface once again. I have to do something about android sutdio not starting up on my home PC.
Recommended Posts