C# – Modifiers – sealed Modifier – Prevent Class Inheritance
So far we have discussed about different types of modifiers available in C#. In this Article we will discuss about another interesting modifier C# provides; the sealed modifier which is useful to prevent class inheritance. The sealed Modifier This modifier is used to seal the classes or the class members. sealed keyword is used to […]