
- Forum
- Programming Talk
- Microsoft .NET
- Class and interface
Class and interface
This is a discussion on Class and interface within the Microsoft .NET forums, part of the Programming Talk category; Hi, Any one can tell me difference between class and interface? thanks in advance charith...
-
Class and interface
Hi,
Any one can tell me difference between class and interface?
thanks in advance
charith
-
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.

Reply With Quote





