[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Abstract error handler.
Source position: objects.pp line 643
procedure Abstract; |
When implementing abstract methods, do not declare them as abstract. Instead, define them simply as virtual. In the implementation of such abstract methods, call the Abstractprocedure. This allows explicit control of what happens when an abstract method is called.
The current implementation of Abstractterminates the program with a run-time error 211.
None.