Question:

What is an Interface in C# ?

Answer:

An interface is similar to a class with method signatures. There wont be any implementation of the methods in an Interface. Classes which implement interface should have an implementation of methods defined in the abstract class.


Keywords:

© 2017 QuizBucket.org