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

['stætik 'meθəd]
['stætik 'meθəd]
静态方法
一个静态方法

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

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Sleep(): Sleep() is a static method.
注意:sleep()是一个静态方法
A static method declared by T is invoked;
T的一个静态方法被调用;.
The UTC method is a static method.
UTC方法是一个静态方法
A static method has no this reference.
Static方法就是没有this的方法。
Arrays provides a static method Arrays.
Arrays拥有一组static方法
Why Static Method in Java can't be overridden?
在java中为什么不全部使用static方法?
Can this be used within a static method?
This是干嘛用的?能够用在static方法中??
Sleep is a static method of the Thread class.
Sleep是Thread类的静态方法
The distance() method is a static method.
Distance()方法是静态方法
Sleep(): It is a static method on Thread class.
Sleep()方法是Thread类里面的一个静态方法
The call is made like any other call to a static method.
该调用类似于任何其他对静态方法的调用。
Why can't I declare a static method in an interface?
为什么我不能在接口中声明静态方法??
The above example shows how to reference a static method.
上面的例子展示了如何引用一个静态方法
Why is a static method considered a method?.
Java-为什么一个静态方法被认为是一个方法??
The angleBetween() method is a static method.
AngleBetween()方法是静态方法
A static method in Java does not translate to a Python classmethod.
Java中的静态方法不能翻译成Python的类方法。
Why can't I declare a static method in an interface?
Interface为什么我不能在接口中声明静态方法??
Also, we have to remember which particular utility class a static method is in.
另外,我们必须记住一个静态方法在哪个特定的工具类中。
Why we cannot define static method inside interface?
为什么我不能在接口声明静态方法??
A static method in Java does not translate to a Python class method..
Java中的静态方法不能翻译成Python的类方法。
So what makes an extension method different from any other static method and what enables us to access it in other classes?
可是扩展方法和其它静态方法有什么不同之处,是什么确保我们可以在其它类访问它??
Therefore a static method can neither modify object state nor class state.
因此静态方法既不能修改对象状态,也不能修改类状态。
A static method does not operate on a specific instance and can only access static members.
静态方法不对特定实例进行操作,并且只能直接访问静态成员。
SingleObject class provides a static method for the outside world to get its static instance.
SingleObject类提供了一个静态方法,供外界获取它的静态实例。
A static method does not operate on a specific instance and can only directly access static members.
静态方法不对特定的实例操作,只能访问静态成员。
SingleObject class provides a static method for the outside world to get its static instance.
SingleObject类提供了一个静态方法来获取其静态实例到外部世界。
Provide a static method that returns a reference to the instance of singleton object.
提供一个静态方法,用于返回Singleton实例.
An example of a static method is the WriteLine method of the Console class.
另一个常用的静态方法是Console类中的WriteLine。
The version of the hidden static method that gets invoked depends on whether it is invoked from the superclass or the subclass.
被调用的隐藏静态方法的版本取决于它是从超类还是子类调用。
Results: 29, Time: 0.0388

Word-for-word translation

Top dictionary queries

English - Chinese