An Object Oriented Programming Primer
Jan.21, 2007 in
Article
How does object oriented programming differ to procedural programming? The main difference can be seen in its approach. Procedural programming forces you to think about developing software in terms of features, tasks or operations. Generally speaking the operations and the data they operate on are separate. Whereas object oriented programming focuses on building objects, where [...]
