What is concrete class and abstract class in C#?

An abstract class is a class declared with an abstract keyword which is a collection of abstract and non-abstract methods while a concrete class is a class that allows creating an instance or an object using the new keyword. Thus, this is the main difference between abstract class and concrete class.

Sizin İçin Seçtik  How do I run React Native app on Android?

Leave a Reply

Your email address will not be published. Required fields are marked *