deferred
The opposite of effective.
A feature is deferred if it has no implementation; the implementation is to be provided by a descendant class. A class is deferred if any of its features are deferred; but even if none are deferred, the class may be declared deferred. A deferred class cannot be instantiated.
Deferred is equivalent to what some other languages call abstract.
- Printer-friendly version
- Login or register to post comments