package a; import b.Son; public class Main { public static void main(String[] args) { Son bad = new Son(); bad.func(); } }