What is the difference between abstract class and Interface? Give an example how will u write an abstract class using .NET Framework
when we declare class with abstract then the class cannot cannot be extended.