Concept Flow - Multiple interface extension
Define Interface A
Define Interface B
Define Interface C extends A, B
Create Object of Interface C
Access properties from A and B via C
This flow shows how one interface can extend multiple interfaces, combining their properties into one.