Profesyonel çevirmenler, işletmeler, web sayfaları ve erişimin serbest olduğu çeviri havuzlarından.
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.
Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:
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).
Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:
Uyarı: Görünmez HTML biçimlendirmesi içeriyor