Next: Printing, Previous: Generic Procedures, Up: Top
A method contains a method procedure and a sequence of parameter specializers that specify when the given method is applicable.
A method is not a procedure and cannot be invoked as a procedure. Methods are invoked by the effective method procedure when a generic procedure is called.