Extend the definition of the class newstring as follows:
i. Overload the operators + and += to perform the stringconcatenation operations.
ii. Add the function length to return the length to return thelength of the string.
Write the definition of the function to implement the operationsdefined in part a.
Write a test program to test various operations on the newstringobjects.