Framework-oriented design
   HOME

TheInfoList



OR:

{{refimprove, date=August 2009 Framework Oriented Design (FOD) is a programming paradigm that uses existing frameworks as the basis for an application design. The framework can be thought of as fully functioning template application. The application development consists of modifying callback procedure behaviour and modifying object behaviour using inheritance. This paradigm provides the patterns for understanding development with
Rapid Application Development Rapid application development (RAD), also called rapid application building (RAB), is both a general term for adaptive software development approaches, and the name for James Martin's method of rapid development. In general, RAD approaches to ...
(RAD) systems such as Delphi, where the
Integrated Development Environment An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools ...
(IDE) provides the template application and the programmer fills in the appropriate event handlers. The developer has the option of modifying existing objects via inheritance.


References


C++ Hierarchy Design Idioms
' by Stephen C. Dewhurst of www.semantics.org. Software design