The string type is an alias for the System.String class. It is derived from object type.
- String is just a class name.
- String is a reference type
- String is not a keyword and it can be used as Identifier.
- string is a keyword and cannot be used as Identifier.