検索結果- 英語 - 多言語
検索内容:
overloads
overloading
(object-oriented programming) A type of polymorphism, where different functions, operators or variables with the same name are invoked based on the data types of the parameters passed.
オブジェクト指向プログラミングにおいて、同名の関数、演算子、変数が定義され、引数のデータ型に基づいて適切なものが呼び出される仕組み(多態性の一種)
overloading
function overloadings
method overloadings
information overload
function overloading
(object-oriented programming) A feature that allows creating several functions or methods with the same name differing in the type of the input and the output parameters.
オブジェクト指向プログラミングにおいて、入力および出力パラメータの型が異なる複数の関数やメソッドを同一の名前で定義できる機能。 / 関数多重定義とも呼ばれ、引数の型や数、戻り値の型に応じて、同じ名前の関数が振る舞いを変える仕組み。
method overloading
(object-oriented programming) Synonym of function overloading
オブジェクト指向プログラミングにおいて、同じ名前のメソッドを、引数の数や型が異なる形で複数定義すること。 / 関数のオーバーロードと同義で、メソッドの多重定義とも呼ばれる。