码家

Web Platform, Cloud and Mobile Application Development

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年5月30日

摘要: 135、继承时候类的执行顺序问题,一般都是选择题,问你将会打印出什么?答://父类: package test;public class FatherClass {public FatherClass() {System.out.println("FatherClass Create");}}//子类:package test;import test.FatherClass;public class ChildClass extends FatherClass {public ChildClass() {System.out.println("ChildClass 阅读全文
posted @ 2011-05-30 23:29 海山 阅读(358) 评论(0) 推荐(0)

摘要: Retail Application-Activity Consider the Retail store application: When a customer goes to purchase a television for example, what are the details given by the salesperson about the television? Characteristics of the television (model, make, color etc) Basic functioning of the television What are th 阅读全文
posted @ 2011-05-30 19:56 海山 阅读(203) 评论(0) 推荐(0)