eiffelroom

effective

The opposite of deferred.

A feature is effective if it has an implementation in the current class. A class is effective if none of its features are deferred, and if the class is not declared deferred. An effective class must have a creation routine.

Effective is equivalent to what some other languages call concrete.

about - contact