[Solved] C# – Cannot create an instance of the abstract class or interface [duplicate]
[ad_1] That’s the definition of an abstract class. You cannot create an instance of it, only a type derived from it. Think of something like a fruit. You cannot have a fruit sitting on the table. It must be a certain type of fruit, such as an orange or an apple. In this case, fruit … Read more