Program to demonstrate simple declaration of string, declaration with initialisation and string addition and copying
Program to demonstrate declaration and initialisation syntax of string using constructor.
Program to demonstrate declaration and initialisation syntax of string as character array and then conversion of this array form to string object form using a constructor.
Program to demonstrate declaration and initialisation syntax of string as character array and then conversion of only a part of this array form to string object form using a constructor.
Creating a String class object on the basis of a array of bytes array filled with ascii code values.