検索結果- 英語 - 多言語
検索内容:
Aegis class cruisers
mapping class groups
class-based programming
(programming) A programming style, where inheritance is achieved by using classes of objects.
クラスを利用してオブジェクトの継承を実現するプログラミング手法
class-based programmings
military load classes
first-class value
(programming, languages) Synonym of first-class object
プログラミングにおいて、first-class value(第一級値)とは、値が変数に割り当て可能であり、関数の引数または戻り値として扱えるなど、他のデータと同様に操作できる性質を持つものを指す。 / すなわち、first-class object(第一級オブジェクト)と同義で、プログラム中で自由に利用できる値である。
second-class values
third-class object
(programming, languages) An entity of which the value can neither be passed as a parameter, nor be returned from a function, nor assigned to a variable. (Used by Raphael Finkel, the first-class object does not need to have run-time constructability according to his definition.)
(プログラミングや言語理論の文脈で)値として取り扱えない、つまり関数へ引数として渡すことも、戻り値として返すことも、変数へ代入することもできない実体。
second-class object
(programming, languages) An entity of which the value can be passed as a parameter, but that can neither be returned from a function, nor be assigned to a variable. (Used by Raphael Finkel, the first-class object does not need to have run-time constructability according to his definition.)
プログラミングにおいて、関数に引数として渡すことはできるが、関数の戻り値として返したり変数に代入したりすることができないエンティティ。