abstraction mechanisms: classes and operator overloading
class/object construction - operator overloading
S - [ string class with OCCF and operator overloading ]
S class will compile to success.
s_00.cpp will not compile to success. why? cout is overloaded only for built-in types.
cout