Can you prevent a class from overriding ?

 Posted by Rahulshukla on 11/11/2011 | Category: C# Interview questions | Views: 7145 | Points: 40
Answer:

Yes you can prevent a class from overriding if you define a class as "Sealed " then you can not inherit the class any further.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Rahulshukla on: 11/17/2011 | Points: 10
Thanks pervej for sending link

Login to post response