您好,public class Text { public static void main(String[] args) { Text t = new Text(); t.example1Method(); t.test5Method();}void example1Method(){ // 类example1 main方法里的程序}void test5Method(){ //类改洞毁告test5 main方法核余枯里的程序}
要么继承 要么实现。