Object

From Axaptapedia

Revision as of 16:29, 5 July 2007 by Anton Venter (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

In object-oriented programming an object is an instance of a class and is created using the new operator. In Dynamics AX a commonly used pattern is the factory method using a static construct method.

[edit] Example

Args args = new Args();
Personal tools
Microsoft Community
Microsoft Dynamics Ax Community