[Issue 2539] Base class methods are not envolved in interface methods implementation resolution

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 25 19:08:56 PST 2008


http://d.puremagic.com/issues/show_bug.cgi?id=2539


bugzilla at digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from bugzilla at digitalmars.com  2008-12-25 21:08 -------
This is working as designed. Base class methods are deliberately not considered
when adding interfaces to derived classes. As for it being final in the base
class, the base class designer gets to say what is final and what isn't for
base class methods. It would defeat the whole purpose to allow overriding a
final method.


-- 



More information about the Digitalmars-d-bugs mailing list