Friday, October 15, 2010

Describe the abbreviation OOAD as used in Object Oriented Programming.


  1. Describe the abbreviation OOAD as used in Object Oriented Programming.
The term OOAD is an abbreviation of the phrase Object Oriented Analysis and Design. Contrary to the traditional programming, also called procedural programming whereby the entire code of a given program is written line by line, from scratch. There is a new more powerful approach to software development or simply programming referred to as the Object Technology where predefined objects pertaining to particular situations are pre-designed by experienced software engineers and then the programmers just call them into their code in order to implement a given function in their code.

Just the way experienced civil engineers design building blocks for particular situations in a particular house so that the inexperienced mason just lays them appropriately in order to end up with a nice house is the way experienced software engineers make these objects. This helps even novice programmers to use the objects to build nice computer software or a program. It is the analysis and design of these objects with intention to make good software that is referred to as Object Oriented Analysis and Design, the OOAD. Programming languages that use the Object Technology include C++, JAVA, and the PHP among others.
 For more BA Questions, Sample Resumes and Open Jobs – please visit: http://futurethoughtsllc.com/InterviewQuestionsandAnswers.aspx

No comments:

Post a Comment