问题:
A . Local variables defined inside a method are destroyed when the method is exited.
B . Local variables are also called automatic variables.
C . Variables defined outside a method are created when the object is constructed.
D . A method parameter variable continues to exist for as long as the object is needed in which the method is defined.
● 参考解析
本题是讨论变量的类型及作用域。
相关内容
相关标签