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