This method is the constructor for the OMString class.
Public
OMString();
OMString(const char c);
OMString(const char* c);
OMString(const OMString& s);
c
The character to add to the newly created string
s
The string of characters to add to the newly created string