What is the translation of " STATIC CLASS " in Chinese?

['stætik klɑːs]
Noun
['stætik klɑːs]
静态类
态类

Examples of using Static class in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Static Classes.
静态类.
How to create a static class in C++?
你如何在C中创建一个静态类??
Static class based model.
于静态类的模式|.
Kotlin does not have static classes.
Kotlin也没有static的成员。
Static class members are not inherited.
继承静态类成员。
There is only ever one copy of a static class member.
只有一个副本静态班级成员。
Static classes are sealed so they can not be inherited.
静态类是密封的,因此不可被继承。
Can we define extension methods for static class?
我可以将扩展方法添加到现有的静态类吗??
Static classes are sealed and therefore cannot be inherited.
静态类是密封的,因此不可被继承。
DO NOT declare or override instance members in static classes.
不要声明或重写静态类中的实例成员。
A static class for creating SASL clients and servers.
Sasl用于创建SASL客户端和服务器的静态类
It is not possible touse the new keyword to create instances of a static class.
不能使用new关键字创建静态类的实例。
How do I create static class data and static class methods?
如何创建静态类数据和静态类方法??
Notice, in the previous sentence an important point has been noted-exactly static class based.
注意,在前面一句很重要的一点已经指出的那样-完全基于静态类
Difference between static class and singleton pattern.
单例模式和静态类的区别(Differencebetweenstaticclassandsingletonpattern).
Static class variables are also stored on the heap along with the class definition.
静态成员变量跟随着类定义一起也存放在堆上。
Additionally, putting extension methods in static classes feels‘weird' to many people.
此外,在很多开发人员看来,在静态类中放置扩展方法是“很诡异的”。
To access a static class member, use the name of the class instead of the name of an instance.
若要访问静态类成员,请使用类的名称而不是实例的名称。
WRI code can access similarutility methods that are available from the PointHelper static class.
WRL代码可以访问RectHelper静态类中可用的类似实用工具方法。
The required definitions of the static class members outside the class definition are:.
Static成员必须在类的定义式之外定义,即:.
Static classes should be used only as supportingclasses for the objectoriented core of the framework.
静态类只应用作面向对象的框架核心的支持类。
Extension methods(adding methods to classes byincluding the this keyword in the first parameter of a method on another static class).
L扩展方法--通过一个静态类的一个方法的首个参数中包含this关键字,来将方法添加到类中。
A static class cannot be instantiated, cannot be used as a type, and can contain only static members.
静态类别它不能被实例化,并且只能有静态成员。
Static constructors are called automatically, immediately before any static fields are accessed,and are generally used to initialize static class members.
在访问任何静态字段之前,都将自动调用静态构造函数,它们通常用于初始化静态类成员。
Static classes cannot contain an instance constructor; however, they can contain a static constructor.
静态类不能包含实例构造函数,但可以包含静态构造函数。
The advantage of using a static class is that the compiler can check to make sure that no instance members are accidentally added.
使用静态类的优点在于,编译器能够执行检查以确保不致偶然地添加实例成员。
A static class cannot be instantiated, cannot be used as a type, and can contain only static members.
静态类不能实例化,不能用作类型,而且仅可以包含静态成员。
Creating a static class is much the same as creating a class that contains only static members and a private constructor.
因此,创建静态类与创建仅包含静态成员和私有构造函数的类基本相同。
A static class is basically the same as a non-static class, but there is one difference: a static class cannot be externally instantiated.
静态类与非静态类基本相同,但存在一个区别:静态类不能实例化。
Results: 29, Time: 0.0288

Word-for-word translation

Top dictionary queries

English - Chinese