Skip to content

Commit b9e8817

Browse files
Korrekturvorschlag Tabelle Vergleich const, readonly, static readonly (#125)
1 parent e83950d commit b9e8817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

08_OOPGrundlagenII.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ Varianten "konstanter" Variablen in C#
605605
| Attribute | `const` | `readonly` | `readonly static` |
606606
| Veränderbar bis ... | Kompilierung | Ende des Konstruktors | Ende des Konstruktors |
607607
| Statisch | Standard, ja | Nein | Ja |
608-
| Zugriff | Klasse | Instanz | Instanz |
608+
| Zugriff | Klasse | Instanz | Klasse |
609609

610610
<!-- --{{0}}-- Idee des Codefragments:
611611
* Versuchen Sie die Variable innnerhalb von Main zu manipulieren

0 commit comments

Comments
 (0)