package com.inmind.extends_interfaces06; public interface MyInterface1 { void method1(); void method(); void sameMethod(); }