//: access/ChocolateChip2.java
import access.cookie2.*;
public class ChocolateChip2 extends Cookie {
public ChocolateChip2() {
System.out.println("ChocolateChip2 constructor");
}
public void chomp() { bite(); } // Protected method
public static void main(String[] args) {
ChocolateChip2 x = new ChocolateChip2();
x.chomp();
}
} /* Output:
Cookie constructor
ChocolateChip2 constructor
bite
*///:~
最近下载更多
最近浏览更多
hbsoft2008 LV16
1月25日
dapeng0011 LV15
2024年7月13日
lilu0226 LV7
2023年5月1日
linmou LV8
2023年3月19日
wuziayng1232 LV11
2023年2月21日
heqian LV17
2022年12月2日
shibing333 LV1
2022年10月10日
liys1234 LV9
2022年4月27日
luozf1990 LV3
2022年1月6日
数字逻辑22333 LV2
2021年10月8日

