填空题

下面是一个类的定义,试将程序补充完整。
class A
String s;
____int a=66;
A(String sl)
s=sl;
static int geta()
return a;

【参考答案】

static
热门 试题