Difference between Class And Interface in .NET?

Submitted by: Administrator
Class is logical representation of object. It is collection of data and related sub procedures with definition.
Interface is also a class containing methods which is not having any definitions.
Class does not support multiple inheritance. But interface can support
Submitted by: Administrator

Read Online Dot Net Job Interview Questions And Answers