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