Concept Flow - Multiple interface implementation
Define Interface A
Define Interface B
Create Class implementing A and B
Implement all methods from A and B
Create object of Class
Call methods from both interfaces
The class promises to follow rules from both interfaces by implementing all their methods.