+ 1
Is abstraction superfluo or necessary?
Using abstract classes and interfaces is a good practice in programming. But how often do you need to generalize the behavior of different objects? Is writing interfaces for each class redundant?
0 Respuestas