Single Quote (') and Double Quote (") Used to define string literals. Single quotes are used for simple strings, and double quotes allow for variable interpolation and escape sequences. Backslash () ...
The idea is the make it easier to process strings in a object-oriented way. An instantiated class is compatible with a string so you can use all functions for strings on a instantiated class.