Misplaced Pages

Constructor (object-oriented programming): Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 17:54, 17 July 2005 editMecanismo (talk | contribs)Extended confirmed users3,744 edits Starting point.← Previous edit Revision as of 18:20, 17 July 2005 edit undoMecanismo (talk | contribs)Extended confirmed users3,744 editsm stubbifiedNext edit →
Line 9: Line 9:


] ]
{{compu-stub}}

Revision as of 18:20, 17 July 2005

In object-oriented programming, a constructor is a method which is automatically invoked when the object is created . It's main purpose is to pre-define the object's data members and therefore initialize the environment where it operates.

See also

References

Stub icon

This computing article is a stub. You can help Misplaced Pages by expanding it.

Categories: