W
wesley
Hi,
Why must abstract classes implements all the methods/property in the
interface it implements? Since it's an abstract class it shouldn't be able
to be instantiated and the child classes are those that should implement the
interface. However in .Net I have to implement the interface in the abstract
class as well.
Why is this so?
Thanks
Why must abstract classes implements all the methods/property in the
interface it implements? Since it's an abstract class it shouldn't be able
to be instantiated and the child classes are those that should implement the
interface. However in .Net I have to implement the interface in the abstract
class as well.
Why is this so?
Thanks