CS202
2- ‹#›
More of the Class Implementation
ä
int string::length() {
ä
return len;
ä
}
ä
int string::display() {
ä
cout <<str;
ä
return len;
ä
}
ä