On 03/18/2012 05:25 PM, FeepingCreature wrote:
Advantages: internally consistent, no need for completely new syntax, "final class" can be deprecated (it never worked well anyway).
final class means that the class cannot be inherited from.
On 03/18/2012 05:25 PM, FeepingCreature wrote:
Advantages: internally consistent, no need for completely new syntax, "final class" can be deprecated (it never worked well anyway).
final class means that the class cannot be inherited from.