|
To show what happens to the possible conflicts if you implement multiple interfaces: there are no conflicts.
If multiple interfaces have the exact same method, you merely have to implement it.
If multiple interfaces have similar methods, you must implement them all.There's still no conflict.
|