What is the main difference between abstract class and interface?

Difference between Abstract Class and Interface Abstract ClassInterfaceIt can contain static members.It does not contain static members.It can contain different types of access modifiers like public, private, protected etc.It only contains public access modifier because everything in the interface is public.Difference between Abstract Class and Interface in C# – GeeksforGeeks www.geeksforgeeks.org › difference-between-abstract-class-and-interface-i…

Sizin İçin Seçtik  What is difference between interface and abstract class C++?

Leave a Reply

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