On Jan 23, 2008 3:02 PM, Ryan McKinley (JIRA) <[EMAIL PROTECTED]> wrote: > Even if we are the only implementation, how do you add functions after a > release? Is it just that the standard compatibility rules would not apply?
I *think* that a client using an older interface (and just using the older methods) would still be compatible if you added new methods to either an interface or an abstract class. They certainly would be on a re-compile of course. -Yonik
