We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83950d commit b9e8817Copy full SHA for b9e8817
1 file changed
08_OOPGrundlagenII.md
@@ -605,7 +605,7 @@ Varianten "konstanter" Variablen in C#
605
| Attribute | `const` | `readonly` | `readonly static` |
606
| Veränderbar bis ... | Kompilierung | Ende des Konstruktors | Ende des Konstruktors |
607
| Statisch | Standard, ja | Nein | Ja |
608
-| Zugriff | Klasse | Instanz | Instanz |
+| Zugriff | Klasse | Instanz | Klasse |
609
610
<!-- --{{0}}-- Idee des Codefragments:
611
* Versuchen Sie die Variable innnerhalb von Main zu manipulieren
0 commit comments