package com.inmind.extends_interfaces06; public interface MyInterface2 { void method2(); void method(); void sameMethod(); }