語言選擇:
免費網上英漢字典|3Dict

constructor

資料來源 : pyDict

構造函數,建立者

資料來源 : Webster's Revised Unabridged Dictionary (1913)

Constructor \Con*struct"or\, n. [Cf. LL. constructor.]
   A constructer.

資料來源 : WordNet®

constructor
     n : someone who contracts for and supervises construction (as of
         a building) [syn: {builder}]

資料來源 : Free On-Line Dictionary of Computing

constructor
     
         1. In {functional programming} and {type
        theory}, one of the symbols used to create an object with an
        {algebraic data type}.
     
        2. A function provided by a {class} in {C++} and some other
        {object-oriented languages} to {instantiate} an object,
        i.e. to name it and initialise it.  The constructor function
        has the same name as the class.  A class may also have a
        {destructor} function to destroy objects of that class.
     
        (1994-10-20)
依字母排序 : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z