Re: Is a Class diagram of catalyst avaliable ? [message #86193 is a reply to message #86191] |
Thu, 17 October 2013 05:23   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Fabien writes:
>> the object hierarchy is, by virtue of the
>> way IDL implements objects, pretty shallow
>
> What do you mean with that?
I mean that because IDL objects are implemented as named structures,
which require UNIQUELY named fields, you can't inherit too many objects
before you run into name conflicts. (There are only so many good names
for an "image", for example.) This tends to keep object hierarchies
extremely shallow in practice, unless the programmer has incredible and
extraordinary foresight. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|