|
|
Like this article? PLEASE +1 it! |
|
The ADVANTAGE Of Object Oriented Software
Written by: Matthew JenkinsonArticle Overview: We've probably heard of object-oriented software and the advantages it provides over other methods of software development. However unless we've done some computer programming we're probably none the wiser about its advantages or even what it is. And if we've done some programming we may still wonder whether object-orientation provides any advantages at all or simply makes things more complex.
![]() |
Free Download - What Is WRONG With Web 2.0 By Matthew Jenkinson |
The ADVANTAGE Of Object Oriented Software
Object-orientation is a method of structuring the data and logic in a computer program in a way that makes it easier for a programmer to accurately model real business entities and processes. For example in an accounts receivable program we might define a "Customer" object that has an "UpdateAccounts" method that automatically updates all the accounts linked to the customer. Then in the program's source code wherever we wish to ensure a customer's accounts are updated we can simply write a line of code that looks like this:
Customer.UpdateAccounts;
There are two reasons why this is advantageous. Firstly it allows a programmer to automate things with less lines of code than would otherwise be needed. Secondly it allows the logic to be easily understood if it ever needs altering. In other words it simplifies the process of writing and maintaining source code and lowers the cost of software development and maintenance.
However it is a sad and amazing fact that the advantages of object-orientation proved to be so seductive to programmers that they developed some very complicated technologies (COM, DCOM, SOM, CORBA, XML, SOAP, WSDL to name a few) to allow objects to be available to their programs even if they belonged in other programs, were written in other languages or resided on other computer systems. In reality this endeavour has had the opposite effect from what was intended and made software development more complex than it was before the change to object-orientation.
What used to be an enjoyable and productive occupation for a business programmer has become a nightmarish exercise to the point where many potential programmers now decide it's no longer worth the effort and they'd rather do something else. It has also had the effect of making software development so expensive it has become uneconomic for anyone except governments and large corporations (i.e. those with an unlimited supply of money.)
The good news is that it is actually not necessary for a business' information systems to be split into multiple programs on mutiple platforms in multiple languages. It is quite possible for an entire business system to be developed using a single object-oriented programming environment on a single platform in a single language allowing us to enjoy the true advantages of object-orientation.
Article Tags: accounts receivable, business entities, com dcom, computer program, computer systems, corba, customer object, endeavour, governments, large corporations, logic, object orientation, occupation, programmer, programmers, receivable program, software development, source code, unlimited supply, xml soap
|
About the Author: Matthew Jenkinson RSS for Matthew's articles - Visit Matthew's website Matthew Jenkinson is an Enterprise Software Architect and Computer Programmer who has been writing and maintaining customized software for businesses for more than twenty years. He has an outstandingly successful track record in a broad range of industry sectors including finance, insurance, retail, pharmacy, food processing, manufacturing and electronics. Matthew's work at the sharp end of software development has given him a comprehensive insight into the misunderstandings that exists between business and IT, and the ability to communicate with them in a language they both understand. Visit Matthew's website for more information and free accounting software!!! Click here to visit Matthew's website The Marketing MYTH Of Modularity What Is WRONG With Web 20 Why We MUST Reinvent The Wheel The Importance Of Software OWNERSHIP What Is A Computer LANGUAGE |
Related Forum Posts
Share this article with your friends. Fund someone's dream.
Leave a comment below or share on the left and you'll help support entrepreneurs in Africa through our partnership with Kiva. Over $50,000 raised and counting - Please keep sharing! Learn more.
Get advice & tips from famous business
owners, new articles by entrepreneur
experts, my latest website updates, &
special sneak peaks at what's to come!
Email us your ideas on how to make our
website more valuable! Thank you Sharon
from Toronto Salsa Lessons / Classes for
your suggestions to make the newsletter
look like the website and profile younger
entrepreneurs like Jennifer Lopez.



