+, - 정의 등
<<
comma
4 + - / *
const Class operator + (const Class& var1, const Class& var2){ }
parameter is const because it should not be changed
return type is const because it is anonymous object. It is not good so recommended
bool operator ==(){ }