Next: Abstract, a method modifier
Up: Abstract
Previous: Abstract
  Contents
  Index
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