Talk:ChooseLevelInPrefs
From Wiki.ooo4kids.org
Sorry but i need to ask. in the cap. "in the code", 3rd row:
- add the new objects in the OfaMiscTabPage contructor
contructor??? constructor? Is a mistake or this is a specific programming term? thanks for the patience ;)--Ndlsas 13:39, 2 February 2010 (UTC)
Hi,
Thanks for your great work :)
Sorry was a typo : there is an "s". A constructor is programming term. It means, this is the entity, automatically called when an object of a given class is instanciated. The role of the constructor, is to initialize the class in question (putting default values to all members ..and so on). In the texts, people use to use the ' Ctor ' idiom for constructor.
I hope this answers your question :)
Eric Bachard 14:07, 2 February 2010 (UTC)
Wow, a complete explanation! great! with a google-seach i found the mean of constructor term in programming glossary but happen that a some pratictioner use some alter terms (like your example Ctor) for other mean. This is not the way now. Thanks a lot.--Ndlsas 08:11, 3 February 2010 (UTC)