Problem #355 C++ using OBJECT ORIENTED PROGRAMMING

Create an object StringBuffer class to show functionality of insert, append, delete and replace functions.

Your Solution