如果一个类使用final修饰符来标记,则可用new运算符来创建该类的实例,但该类不能用作基类。
new
如果一个类使用final修饰符来标记,则可用new运算符来创建该类的实例,但该类不能用作基类。的英文翻译
基本释义
If a class is marked with the final modifier, instances of the class can be created with the new operator, but the class cannot serve as a base.
目录
查词历史
英 汉