Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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...

  1. #1
    Charith is offline Junior Member Array
    Join Date
    Jan 2006
    Answers
    11

    Class and interface

    Hi,

    Any one can tell me difference between class and interface?

    thanks in advance
    charith


  2. #2
    chowsys is offline Junior Member Array
    Join Date
    Jul 2006
    Answers
    17
    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.


Latest Article

Network Security Risk Assessment and Measurement

Read More...