override call 中文意思是什麼

override call 解釋
越權調用
  • override : vt ( rode; ridden ; riding)1 蹂躪(別國等)。2 蔑視,藐視(法規);制服,壓倒;廢棄;推翻(決...
  • call : vt 1 大聲念[說],喊,叫。2 召喚,叫來,請來;召集,徵召;號召;喚醒。3 把…取名為,稱呼,把…叫做。...
  1. Any stream with an internal buffer should override this method and provide a much more efficient version that writes to the buffer directly, avoiding the extra array allocation on every call

    所有具有內部緩沖區的流都應重寫此方法,提供一個直接寫入緩沖區的有效得多的版本,以避免每次調用時都要進行額外的數組分配。
  2. Any stream with an internal buffer should override this method and provide a much more efficient version that reads the buffer directly, avoiding the extra array allocation on every call

    所有具有內部緩沖區的流都應重寫此方法,並提供一個可以直接讀取緩沖區的更為有效的版本,從而避免每次調用都要進行額外的數組分配。
  3. If you override the base class constructor, you should explicitly call it in the constructor of your derived class

    如果重寫基類構造函數,則應在派生類的構造函數中顯式調用它。
  4. Cannot override deeper code on the call stack that performs an

    不能重寫調用堆棧上執行
  5. Remember, argument structure is a key component to assuring that when you overload or override a method, the call invokes the intended method

    記住,當您重載或者覆蓋一個方法時,參數結構是確保按意圖調用方法的一個關鍵部分。
  6. Method directly ; override it if you want, but always call the

    方法;如果需要,可以對其進行重寫,但在執行撤消操作時應始終調用
分享友人