HOME

TheInfoList



OR:

In software design, Procedural Design (SPD) converts and translates structural elements into procedural explanations. SPD starts straight after data design and
architectural design Building design refers to the broadly based architectural, engineering and technical applications to the design of buildings. All building projects require the services of a building designer, typically a licensed architect. Smaller, less complica ...
. This has now been mostly abandoned mostly due to the rise in preference of
Object Oriented Programming Object-oriented programming (OOP) is a programming paradigm based on the concept of " objects", which can contain data and code. The data is in the form of fields (often known as attributes or ''properties''), and the code is in the form of ...
and
design patterns ''Design Patterns: Elements of Reusable Object-Oriented Software'' (1994) is a software engineering book describing software design patterns. The book was written by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides, with a fore ...
.


References

Computer programming {{compu-prog-stub