votes
why and when to use sealed class in c#
Hi All, I want to know when to use sealed class. I am working in a project where database related classes are sealed. Now I know that since these classes are sealed we cannot inherit. But what is the benifit of making database related cl ...
