Primary methods call-next-method
Do it when you want to be “inside” all the :around, :before, and :after methods
next-method-p can be useful in this context
(defmethod area ((object square-with-hole))
(- (call-next-method)
(area-of-hole object)))
Previous slide
Next slide
Back to first slide
View graphic version