Tagged Questions
5
votes
1answer
266 views
Abstract Factory Method and Polymorphism
Being a PHP programmer for the last couple of years, I'm just starting to get into advanced programming styles and using polymorphic patterns. I was watching a video on polymorphism the other day, and ...
4
votes
2answers
504 views
Is dependency injection by hand a better alternative to composition and polymorphism?
First, I'm an entry level programmer; In fact, I'm finishing an A.S. degree with a final capstone project over the summer. In my new job, when there isn't some project for me to do (they're waiting ...