package com.inmind.this_super06; public class Fu { int num = 10; int numFu = 20; public void method(){ System.out.println("父类方法"); } }