User-17257777 posted
Hi siddangoud,
An Interface is a reference type and it included only abstract members such as Events, Methods, Properties etc. and it has no implementations for any of its members.When a Class implements an Interface are forced by the compiler to write the methods and
Properties that the Interface has defined.
http://net-informations.com/faq/general/class-interface.htm
Best Regards,
Jiadong Meng