powered by
Checks if a class is abstract or not. A class is abstract if it has abstract methods.
# S3 method for Class isAbstract(this, ...)
Returns TRUE if the class is abstract, otherwise FALSE.
TRUE
FALSE
Not used.
Henrik Bengtsson
class(). setConstructorS3(). For more information see Class.
class
setConstructorS3
Class
if (isAbstract(RccViolationException)) throw("The class RccViolationException should NOT be abstract.")
Run the code above in your browser using DataLab