1.

Describe The Abbreviation Ooad As Used In Object Oriented Programming?

Answer»

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.

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.



Discussion

No Comment Found