interface HisInterface {}interface HerInterface {}public interface MyInterface extends HisInterface, HerInterface {}