Understanding Sealed and Abstract classes
Sealed and Abstract are keywords in C#. They have a special meaning and difference even though there is a wide similarity between these two terms.
Categories: C#, Channels Tags: abstract class, sealed class
Understanding Inheritance in C#
The relationship between two or more classes is termed as Inheritance in an Object – Oriented Programming language. Normally there will be one class, from which the other classes may derive.
Categories: C#, Channels Tags: abstract class, inheritance, sealed class
