Difference between revisions of "Category:Design Pattern"

From wiki.visual-prolog.com

(Reference to main article)
 
(categories)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The main article is [[Design pattern]].
From [[wikipedia:Design_pattern_%28computer_science%29|wikipedia:Design pattern (computer science)]]:
 
:A design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern is not a finished design that can be transformed directly into code. It is a description or template for how to solve a problem that can be used in many different situations. Object-oriented design patterns typically show relationships and interactions between classes or objects, without specifying the final application classes or objects that are involved. Algorithms are not thought of as design patterns, since they solve computational problems rather than design problems.
 
[[Category:Tutorials]]

Latest revision as of 11:40, 8 September 2022

From wikipedia:Design pattern (computer science):

A design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern is not a finished design that can be transformed directly into code. It is a description or template for how to solve a problem that can be used in many different situations. Object-oriented design patterns typically show relationships and interactions between classes or objects, without specifying the final application classes or objects that are involved. Algorithms are not thought of as design patterns, since they solve computational problems rather than design problems.

Pages in category "Design Pattern"

The following 3 pages are in this category, out of 3 total.