Hi...
Ques : Can you prevent your class from being inherited and becoming a base class for some other classes?
Loading
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.
VulpesPosted Jan 24, 2012, 6:01 PM
public sealed class MyClass // can't inherit from this class
{
// code
}