OMString

This method is the constructor for the OMString class.

Visibility
Public
Signatures
OMString();

OMString(const char c);

OMString(const char* c);

OMString(const OMString& s);
Parameters for signatures 2 and 3
c

The character to add to the newly created string

Parameters for signature 4
s

The string of characters to add to the newly created string


Feedback