first-class object

短语

词形变化

first-class objects 复数 first-class objects

释义与例句

n.
  1. 1.

    An entity that can be constructed at run-time, passed as a parameter, returned from a function, or assigned into a variable.

    计算机 工程 数学
  2. 2.

    An entity that can pass a value as a parameter, can be returned from a subroutine, and can be assigned into a variable. (This is the definition according to Raphael Finkel, who uses the terms of second- and third-class objects.)

    计算机 工程 数学