overloaded version
基本解释
- [計算機科學技術]重載版本
英汉例句
- When you use the overloaded version of bindTarget() that takes one parameter, you enable the depth buffer by default.
在使用接受一個蓡數的 bindTarget() 重載版本時,默認爲啓用深度緩沖。 - Like the putIfAbsent() method, the overloaded version of the remove() method accepts two arguments -- a key and value.
像 putIfAbsent() 方法一樣,重載後的 remove() 方法有兩個蓡數 —— 鍵和值。 - For example, if I have a method called draw(String str), an overloaded version can have the following form: draw(String str, int i).
例如,如果有一個名爲 draw(String str) 的方法,那麽重載的方法可以有以下形式:draw(String str, int i)。
雙語例句
专业释义
- 重載版本