Example - Method
Compute area of graphical object
(defmethod area ((object square))
(* (width object) (width object)))
(area my-square) => 225
Previous slide
Next slide
Back to first slide
View graphic version