来自专业的译者、企业、网页和免费的翻译库。
aggregates methods and properties defined in a class to an existing object. methods and properties with names starting with an underscore character (_) are considered private to the aggregated class and are not used, constructors are also excluded from the aggregation procedure.
aggregates methods and properties defined in a class to an existing object. methods and properties with names starting with an underscore character (_) are considered private to the aggregated class and are not used, constructors are also excluded from the aggregation procedure.
最后更新: 2011-10-24
使用频率: 1
质量:
to copy this complex kind of data, use the copy constructor. copy constructors are typically defined in languages that support operator overloading, with the express purpose of copying complex types. if you define an object in such a language, you have the possibility of overloading the "=" operator, which is usually responsible for assigning the contents of the lvalue (result of the evaluation of the left side of the operator) to the rvalue (same for the right side).
to copy this complex kind of data, use the copy constructor. copy constructors are typically defined in languages that support operator overloading, with the express purpose of copying complex types. if you define an object in such a language, you have the possibility of overloading the "=" operator, which is usually responsible for assigning the contents of the lvalue (result of the evaluation of the left side of the operator) to the rvalue (same for the right side).
最后更新: 2011-10-24
使用频率: 1
质量:
警告:包含不可见的HTML格式