From: James Davis Date: 2003-03-13T04:15:47+09:00 Subject: Prevent method override? Is there a way to prevent a subclass from overriding a method that was defined by an ancestor? Ideally, I would like to be able to prevent changes at the granularity of a method rather than an entire class or module. Thanks in advance, - Jim Davis -