Download for Windows Premium
Publiciteit
static class
/'stæt.ɪk klɑː s/
/'stæt.ɪk klæs/
Definitie
class in programming that cannot be instantiated  ... See more
statische Klasse
Developers often use a static class to group utility methods together.
Entwickler verwenden oft eine statische Klasse, um Hilfsmethoden zu gruppieren.
To encapsulate shared logic, developers often define a static class.
Um gemeinsame Logik zu kapseln, definieren Entwickler oft eine statische Klasse.
This is a static class and so cannot be inherited or instantiated.
Dies ist eine statische Klasse und kann daher nicht geerbt oder instanziert werden.
A static class is ideal for methods that do not require object state.
Eine statische Klasse ist ideal für Methoden, die keinen Objektzustand erfordern.
The static class design pattern helps organize code logically in programming projects.
Das Designmuster der statischen Klasse hilft, Code logisch in Programmierprojekten zu organisieren.
You should declare a static class when you don't need object instantiation.
Sie sollten eine statische Klasse deklarieren, wenn keine Objekterstellung erforderlich ist.
The concept of a static class is common in object-oriented programming languages.
Das Konzept der statischen Klasse ist in objektorientierten Programmiersprachen weit verbreitet.
When a static class is invoked, its methods can be called without creating an object.
Wenn eine statische Klasse aufgerufen wird, können ihre Methoden ohne Objekterstellung verwendet werden.
Using a static class can reduce memory usage since no instances are created.
Die Verwendung einer statischen Klasse kann den Speicherverbrauch reduzieren, da keine Instanzen erstellt werden.
static class and so cannot be inherited or instantiated.
statische Klasse und kann daher nicht geerbt oder instanziert werden.
By initializing these objects in a static class, the work is done only once.
Indem Sie diese Objekte in einer statischen Klasse initialisieren, erfolgt die Arbeit nur einmal.
The easiest way to start implementing your own commands is to have a static class that will contain them.
Der einfachste Weg, eigene Befehle zu implementieren, ist eine statische Klasse, die diese enthält.
We could store them, but only one set of dimensions, because there is only one version of a static class.
Wir könnten sie speichern, aber nur einen Set von Dimensionen, weil es nur eine Version einer statischen Klasse gibt.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor static class in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
bolt: metal fastener with a head and threaded body
Ontdek het woord
Publiciteit

Resultaten: 437. Exact: 49. Verstreken tijd: 121 ms.