Friday, February 20, 2015

Interfaces in C#

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

No comments:

Post a Comment