Posts by Steven Koch • 111 points
1 post
-
1
votes7
answers6727
viewsA: In object orientation, why are interfaces useful?
I would say that interfaces are useful because it allows objects to depend on a definition of a class and not on a implementation of a particular class. This way we can "inject/attribuir" in objects…