I Recently started java programming and i have problem about Interface Topic.
why using from interface in java?
public interface MyInterface {
void method1();
}
I Recently started java programming and i have problem about Interface Topic.
why using from interface in java?
public interface MyInterface {
void method1();
}