Interface and Abstract class??
Posted in Dot Net on March 11th, 2010 by Saba – Be the first to commentWe used interface when we don’t know the type of particular objects . but abstract class defined the same objects type.
interface means unknown type objects and we can casting unknown type object into interface type that is implemented by the class.
On Mon, Mar 8, 2010 at 11:31 AM, Raghupathi Kamuni wrote: