K
Klaus Löffelmann
Hello,
why is it necessary to implement every procedure of an interface by
assigning it manually with another "implements" to the corresponding
procedure of the class, which actually implements the interface. Isn't the
name of the procedure good enough for assigning it unambiguously? I mean,
it's enough with simply deriving one class from another one?
My first thought was, it has something to do with the case sensitivity,
which would be taken into account at least "behind" the Implements-keyword.
But that's not the case (literally ;-).
I've been doing C# until know, so I apologize in advance, if this is a
stupid question.
Thanks for giving it a thought
Klaus
why is it necessary to implement every procedure of an interface by
assigning it manually with another "implements" to the corresponding
procedure of the class, which actually implements the interface. Isn't the
name of the procedure good enough for assigning it unambiguously? I mean,
it's enough with simply deriving one class from another one?
My first thought was, it has something to do with the case sensitivity,
which would be taken into account at least "behind" the Implements-keyword.
But that's not the case (literally ;-).
I've been doing C# until know, so I apologize in advance, if this is a
stupid question.
Thanks for giving it a thought
Klaus