0
How do we implement multiple interfaces in the same class?
In Java, multiple implementation of interfaces is allowed. What syntax is used in this case?
2 Answers
0
I was referring to implementation of multiple interfaces by the same class
0
Yeah thanks! =)