Sealed child classes
What is the use of sealing a child class?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Saakina KafuPosted Mar 7, 2014, 6:31 AM
VulpesPosted Mar 6, 2014, 6:42 AM
Sealing a class might enable certain optimizations to be made by the 'just in time' compiler.