package basic; public class DefaultMethodsC2A implements DefaultMethodsI2A { public static int run() { DefaultMethodsC2A instance = new DefaultMethodsC2A(); return 42; } }