|
|
Arrays and Strings | Both arrays and strings are classical types, supported by almost any programming language.
Both arrays and strings are reference types. It means that arrays and strings are accessed via references. |
Both arrays and strings are dealt with as objects in C# In addition, there is special notation in the C# language of arrays and strings |
|
|
|
|
In C# it is often more attractive to use a (type parameterized) collection class instead of an array |