abstract class can inherits by other class , and force people to override the abstract function, abstract property etc..
interface also can implements by other class, also force people to implements the function, property,indexers etc..
the only different i found is visual studio is smart to auto generate the nessesary member of this interface.
so , what's the different?
thanks you~