Wednesday, October 29, 2014

What is a sealed class ?



Sealed is another modifier that applies to classes. aaa is a sealed class. No class can derive from aaa. In another words aaa cannot act as a base class for any class.

No comments:

Post a Comment