Tagged Questions
36
votes
11answers
3k views
Is it bad habit not using interfaces?
I use interfaces rarely and find them common in others code.
Also I create sub and super classes (while creating my own classes) rarely in my code.
Is it a bad thing?
Would you suggest changing ...