Object Orientated Computing

             The object orientated approach has changed the way in which computing and programming has been done in the past. These changes affect almost everyone and with computing technology becoming more and more integrated with business and every day life it is useful to look at the importance of these changed to the technology industry.
             Object orientation is a method of computing by which objects, which are encapsulated procedures for handling data, perform actions based on instructions from a client.
             In other words the client issues and instruction which the object performs using its own procedures for handling the data received from the client. This differs to the procedural approach in that in the procedural approach the client has perform the procedures for the action to be completed. This is easier to understand using an example.
             Suppose you were asked to update a system in a company to include a function which calculated employees pay. Using the procedural approach you would be faced with the task of writing an entire programm which would then read all the data required for the calculation and and carry out the task. Using the object orientated approach would mean that all the programmer has to do is use an existing object which calculates employee pay and let it calculate the pay for you.
             The fact that programmers now don't have to rewrite code every time they want to update or creat a new system is a very important point. It means that systems can be implemented faster, easier and more cost effectively. Why try and create something which has already been successfully created. By encapsulating computing and programming procedures in objects the system is less likey to be negatively affected by change. The reason for this being that any changes made will not affect the objects as the procedures required for the actions of the objects are retained within the objects and cannot be accessed from outside the object. Object ori...

More Essays:

APA     MLA     Chicago
Object Orientated Computing. (1969, December 31). In MegaEssays.com. Retrieved 10:02, March 29, 2024, from https://www.megaessays.com/viewpaper/35517.html