In C#, an Abstract class is a class where an object cannot be instantiated. Denoted by keyword abstract, this class can be inherited. However, it must include at least one of the methods.
BY Best Interview Question ON 14 Feb 2019