First page Back Continue Last page Graphics
string name;
Instantiates a local variable (named object) of type string. Can be anywhere before it's used.
Gains access to the interface, (the member functions (methods) or operations of the string type.
This definition uses the default constructor and generates a null string.
Scope is only for this function (main) and is destroyed when leaving the scope.