Procedural vs object- oriented
One core difference between object-oriented and procedural code can be found in the way that responsibility is distributed. Procedural code takes the form of a sequential series of commands and method calls. The controlling code tends to take responsibility for handling differing conditions. This top-down control can result in the development of [...]
Posts Tagged ‘object oriented’
Design patterns Part I – Singleton
August 11th, 2010
1 Comment