Interview Questions

Difference between Class And Interface

.NET Interview Questions and Answers


(Continued from previous question...)

73. Difference between Class And Interface

Class is logical representation of object. It is collection of data and related sub procedures with defination.
Interface is also a class containg methods which is not having any definations.
Class does not support multiple inheritance. But interface can support.

(Continued on next question...)

Other Interview Questions