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