HOME

TheInfoList



OR:

{{refimprove, date=August 2009 Framework Oriented Design (FOD) is a programming
paradigm In science and philosophy, a paradigm ( ) is a distinct set of concepts or thought patterns, including theories, research methods, postulates, and standards for what constitute legitimate contributions to a field. The word ''paradigm'' is Ancient ...
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 An integrated development environment (IDE) is a Application software, software application that provides comprehensive facilities for software development. An IDE normally consists of at least a source-code editor, build automation tools, an ...
(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