notImplemented Option

The notImplemented method option indicates that an inherited method has no implementation defined in this class and does not inherit an implementation (if one exists) from a superclass.

A method with the notImplemented option does not have a method body.

An attempt to call a method with the notImplemented option results in an exception at runtime. Compiling a method that calls a method with the notImplemented option raises a syntax error.