The implementation statement in the IDL file specifies how the class will
be implemented. This includes the following:
- Names for the binding files
- Names of inherited methods that will be overriden
- Version number for the class
- Metaclass (if any)
- Release order for the methods
- Other class information.
[Back]
[Next]