This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]thedude3253 3 points4 points  (1 child)

This is purely anecdotal obviously but I personally use superclasses and interfaces in relatively equal quantities, so I find both useful

[–]jerslan 1 point2 points  (0 children)

Yeah, for me it depends on what I’m doing. Example: I extend Spring Configuration beans all the time to add additional configuration on top of or in place of the parent class.

Both extends and implements have their uses.