On 08/16/2013 05:40 PM, JS wrote: > Can you describe how this helps? > > Sure, if you use A the compiler should be able to optimize method calls but > you > can't use A in inheritance because it is a final class. e.g.,
The point is, you should be able to use _A for inheritance, A for performance, and they both have the same functionality. Or am I mistaken?
