首页 > 计算机 > 计算机考试 正文

[填空题] 下列是一个类的定义,将程序段补充完整。   class A {    String s;    【11】 int a=66;   A(String sl) { s=sl;}   stati

时间:2021-07-20 16:30:16 解答: 76 次

[填空题] 下列是一个类的定义,将程序段补充完整。   class A {    String s;    【11】 int a=66;   A(String sl) { s=sl;}   static int geta( ) { return a;}  }

正确答案:

【11】static

参考解析:

【命题目的】考查static关键字的用法。【解题要点】static方法只能处理static成员;非static方法不能处理static成员。所以题目中的geta()方法声明是static的,所以其中的变量必须也声明为static属性。【考点链接】static方法只能用类名来引用,所以static方法不能用this来引用。因为 this表示当前对象,而并非当前类。

  • 相关题库

请充值VIP继续使用(未注册用户支付后会自动注册登录)

×

95元 29元

VIP截止日期:2025-01-03 02:55:59

←请使用支付宝扫码支付

95元 29元

VIP截止日期:2025-01-03 02:55:59

←请使用微信扫码支付