C# (Sharp) Programming Language Question:

What is an interface class in C#?

Tweet Share WhatsApp

Answer:

It is an abstract class with public abstract methods all of which must be implemented in the inherited classes.

Download C# (Sharp) Programming Language PDF Read All 163 C# (Sharp) Programming Language Questions
Previous QuestionNext Question
Describe the accessibility modifier protected internal?What is a multicast delegate in C#?