Problem #888 C++ using OBJECT ORIENTED PROGRAMMING

Implement a class String to represent strings. Overload the + operator to concatenate two strings.

Your Solution