package course; /** * @author WanJl * @version 1.0 * @title Granddad * @description * @create 2026/7/22 */ public class Granddad { int d; public void eat(){ System.out.println("爷爷爱喝酒...."); } }