Select from following answers:- Multiple Interface Implementation
- Implicit Interface Implementation
- Explicit Interface Implementation

- Polymorphism
- All Above
There might be a collision between the member signatures of multiple interfaces if we provide same name to both of them. To avoid this cluster, Explicit Interface Implementation is used.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator