Login or register (free and only takes a few minutes) to participate in this question.You will also have access to many other tools and opportunities designed for those who have language-related jobs (or are passionate about them). Participation is free and the site has a strict confidentiality policy.
English to Spanish translations [PRO] Tech/Engineering - Computers (general) / data base | | English term or phrase: Default Constructor | | When an array of object is instantiated, the default constructor (and only the default constructor) of each member is invoked automatically. If you define no constructors at all, the compiler will generate a default constructor for you. But if you define one or more constructors, none of which is a default constructor (i.e., constructor taking no arguments) —object arrays of this class cannot be instantiated. So whenever you define a class constructor, make sure to define a default constructor as well, unless you purposely want to avoid creation of arrays of that class. |
| Raphaela WissKudoZ activityQuestions: 36 (none open) ( 2 closed without grading) Answers: 2 Spain
| Local time: 20:23
|
| | Constructor por defecto | Explanation: En programación orientada a objetos el "Constructor" es el método que se utiliza para crear una instancia de un objeto. Para el caso en que no se defina un constructor específico para un tipo de objeto determinado, siempre existirá un "Constructor por defecto" que permita instanciar un objeto de ese tipo. |
| Selected response from:
 megane_wang Spain Local time: 20:23
| Grading comment Gracias por la respuesta 4 KudoZ points were awarded for this answer |
| |
| Discussion entries: 0 |
|---|
Automatic update in 00:
|
1 hr confidence: peer agreement (net): +1
18 hrs confidence: 
Return to KudoZ list |
| | | | X Sign in to your ProZ.com account... | | | | |
| KudoZ™ translation helpThe KudoZ network provides a framework for translators and others to assist each other with translations or explanations of terms and short phrases. See also: Search millions of term translations |