next up previous contents index
Next: Abstract, a method modifier Up: Abstract Previous: Abstract   Contents   Index

Abstract, a class modifier

Syntax:
ABSTRACT CLASS Foo

Abstract says that it is prohibited to create instances of the declared class though there may be no other causes preventing this. As a class modifier, abstract can not be used in conjunction with with Final modifier.

root 2004-04-05