Answers

Question and Answer:

  Home  C# (Sharp) Programming Language

⟩ What is an interface class in C#?

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

 149 views

More Questions for you: