首页题库练习题目详情
面向对象程序设计单选题中等

以下哪项是static变量的正确使用方式?

Astatic int x = 10;
Bvoid static method() {}
Cclass static MyClass {}
DMyClass.staticMethod()