Archive for October 9th, 2006



Custom Object Model

October 9th, 2006 by Bernard Lebel. Viewed 6993 times.

This article discusses some aspects of object model programming and also serves as a tutorial to design your own code to look and behave like the XSI Object Model. I will talk about Python, classic classes, operator overloading, and code design. I will re-implement at a part of the XSI Object Model in Python.