2
votes
Good challenges/tasks/exercises for learning or improving object oriented programming (OOP) skills.
After you have learned the basics, study the "Gang of four" design patterns book.
http://www.amazon.com/Design-P …
3
votes
Is it just me or are interfaces overused?
Basic rule of thumb: If you only have a single class implementing an interface, and if you can't think of another possible implementation of the interface, you don't need an interface, at least no …
