bool CObjectChild::operator==(const CObjectChild & rhs) const { // Check two object are the same object type if ( CObjectData::operator !=(rhs) ) //Call base class 先判斷 return false;
… 做剩下的child 要再判斷的..
}
張貼留言
沒有留言:
張貼留言