摘要:
//继承的一般声明: calss A extends SuperA ///接口的一般声明: interface A ///类的声明: {修饰词} class 类名 {} ///类的方法的声明: [修饰词] 返回值 方法名 (参数列表){} ///类的方法的使用: public class Hello 阅读全文
posted @ 2016-03-01 18:32 shaoweiyi 阅读(119) 评论(0) 推荐(0)
|
摘要:
//继承的一般声明: calss A extends SuperA ///接口的一般声明: interface A ///类的声明: {修饰词} class 类名 {} ///类的方法的声明: [修饰词] 返回值 方法名 (参数列表){} ///类的方法的使用: public class Hello 阅读全文
posted @ 2016-03-01 18:32 shaoweiyi 阅读(119) 评论(0) 推荐(0) |
||