五五字典>英语词典>constructor翻译和用法

constructor

英 [kənˈstrʌktə(r)]

美 [kənˈstrʌktər]

n.  (尤指汽车或飞机的)建造者,制造者,建造商

复数:constructors 

计算机

BNC.24093 / COCA.29875

牛津词典

    noun

    • (尤指汽车或飞机的)建造者,制造者,建造商
      a person or company that builds things, especially cars or aircraft

      柯林斯词典

      • (汽车或飞机)制造商,建造公司
        A racing carconstructoror aircraftconstructoris a company that builds cars or aircraft.

        英英释义

        noun

        • someone who contracts for and supervises construction (as of a building)
            Synonym:builder

          双语例句

          • The specified provider class does not have a default constructor.
            指定的提供程序类没有默认构造函数。
          • It also creates a constructor that sets this instance variable.
            同时也创建了用于设置这个实例变量的构造函数。
          • The constructor and destructor methods of this object do the necessary setup and cleanup.
            这个对象的constructor和destructor方法执行必需的设置和清除工作。
          • The constructor instantiates DOM so that all underlying classes will use the same object.
            构造器实例化了DOM,因此所有基本类都将使用同一个对象。
          • This constructor creates an empty request.
            此构造函数创建一个空请求。
          • Thus, you should never have a no-argument constructor for an immutable class.
            因此,您永远都不该为一个不可变类提供一个无参数的构造函数。
          • Its constructor registers an un-caught handler.
            其构造函数注册了一个未捕获的处理程序。
          • The constructor of this class instantiates SQL and XA relevant classes
            该类的构造函数实例化了SQL和XA相关类
          • In the action definition class, the action label is defined in the constructor by the setText() method.
            在动作定义类里,使用setText()方法在构造函数里对动作标签进行定义。
          • If you have an immutable object, you must set whatever state it will contain in the constructor.
            如果您有一个不可变对象,则必须要在构造函数中设置该对象将包含的任何状态。