填空题

下列是一个类的定义,将程序段补充完整。 class A{ String s; 【10】 int a=66; A (String s1) {s=s1; } static int geta ( ) { return a: ) }

【参考答案】

static