What is a built in class?

A built-in class is a class whose instances have restricted capabilities or special representations . Attempting to use defclass to define subclasses of a built-in class signals an error of type error. Calling make-instance to create an instance of a built-in class signals an error of type error.

Read more

What is a built in class?

A built-in class is a class whose instances have restricted capabilities or special representations . Attempting to use defclass to define subclasses of a built-in class signals an error of type error. Calling make-instance to create an instance of a built-in class signals an error of type error.

Read more