/SealedModifier

C# Interview Prep => https://www.geeksforgeeks.org/c-sharp-method-overriding/ --- the description of Sealed Modifier => only the Overriding Method can be sealed / How would you prevent the class in being inherited? Sealed Modifier can not be inherited tht means abstract classes can not be a sealed class. Abstract Class can be inherited!

Primary LanguageC#

This repository is not active