How different are interface and abstract class in .Net?
Abstract classes cannot be instantiated it can have or cannot have abstract method basically called as must inherit as the methods are static in nature where interfaces are the declaration and are explained where they are called used for dynamic methods