Home »

Difference between Class And Interface

Question ListCategory: .NETDifference between Class And Interface
jeanderson295 author asked 8 years ago
1 Answers
jully882 author answered 8 years ago

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.

Please login or Register to Submit Answer