Jump to content

Framework-oriented design

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BattyBot (talk | contribs) at 20:52, 28 April 2013 (removed Template:Multiple issues & general fixes using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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 (RAD) systems such as Delphi, where the Integrated Development Environment (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.