C
Chris Leffer
Hi.
I wrote an Interface with 6 methods, that I will implement in two
classes. But on one of these classes, I don't need to implement one of
the Interface methods. As the compiler keeps warning me that I need to
implement the method, what is the correct way to code that? Is there any
way to say that I don't want to implement an specific method?
TIA,
Chris Leffer
I wrote an Interface with 6 methods, that I will implement in two
classes. But on one of these classes, I don't need to implement one of
the Interface methods. As the compiler keeps warning me that I need to
implement the method, what is the correct way to code that? Is there any
way to say that I don't want to implement an specific method?
TIA,
Chris Leffer