// add method to Base, that CLASH with derived public class BaseClass { void doSmthAnother() { System.out.println(":)"); } void doSmth() {} }