0
kicks
Implementing a Single Interface with Multiple Classes
This article will provide you information about how you can distribute the functionality of a single interface into multiple classes.
Here are some of the places you can use this approach:
- Implement a single inteface by using multiple methods from other existing classes.
- Implementing only a few methods of the interface.