Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

The system class BASE

BASE serves as a basis for creating objects. If this class is not used, it is only possible to work with factory objects.

The interface definition BaseFactoryInterface describes the interface of the factory object of the class BASE. The interface definition BaseInterface describes the interface of objects of the class BASE. The class BASE is defined as if the IMPLEMENTS phrases were made for the interfaces BaseFactoryInterface and BaseInterface in the FACTORY and OBJECT paragraphs.

Both the class BASE and the interface definitions BaseFactoryInterface and BaseInterface are made available by the compiler or runtime system.

The BASE class includes two methods: ’NEW’ and ’FACTORYOBJECT’.