Search This Blog

Thursday, July 25, 2019

What is difference between Abstract Class and Static Class

CLR marks all 'static' classes as 'abstract & sealed' behind the scene

Abstract Class (Base class): Enables other classes to inherit

No comments :