Avoiding Object Oriented Pitfalls, Migrating from C, What Worked for You?
- by Stephen
I've been programming in procedural languages for quite some time now, and my first reaction to a problem is to start breaking it down into tasks to perform rather than to consider the different entities (objects) that exist and their relationships.
I have had a university course in OOP, and understand the fundamentals of encapsulation, data…