M
Marius Horak
TT (Tom Tempelaere) said:Then your interface is not designed well.
It's not my interface. Guys who wrote it had no OOP experience at all. They
bought a number of books and wrote the system.
Now they left and I have to fix it.
each method should be logically consistent with the others.As a guideline, your interface should not contain a lot of methods and
You mean 12 methods in an interface are too many?
What about 37?!!!
thought about that?How would you solve this problem without interfaces?
Inheritance.
Having this experience I will never use interface in my code.
Rather odd. Perhaps you are using interfaces where you shouldn't. Have you
Of course. It's why we are having this fun. Never used, very unlikely I will
ever use.
MH