Word Explorer

Template method pattern

💡 Words with a Similar Meaning to "Template method pattern"

Found via reverse dictionary — words that share a conceptual meaning.

WordDefinition
template methodnoun(software, object-oriented programming) A special method of an abstract class used in the template method pattern that prescribes an algorithm for its subclasses.
command patternnoun(computing) A behavioural design pattern, in which an object is used to represent and encapsulate all the information needed to call a method at a later time.
behavioural patternnoun(software, object-oriented programming) A design pattern which specifies how the entities of a software communicate with each other.
templatenounA generic model or pattern from which other objects are based or derived.
behavioral patternnoun(software, object-oriented programming) Alternative spelling of behavioural pattern. [(software, object-oriented programming) A design pattern which specifies how the entities of a software communicate with each other.]
strategy patternnoun(software, design) A creational design pattern where algorithms can be selected at runtime.
module patternnoun(software, design) A structural design pattern to implement the concept of software modules (modular programming) in a programming language that lacks support for them.
prototype patternnoun(programming) A creational design pattern that determines the type of objects to create by a prototypical instance, which is cloned to produce new objects.
visitor patternnoun(software, design) A behavioural design pattern that separates an algorithm from an object structure on which it operates.
marker interface patternnoun(software, object-oriented programming) A software design pattern in computer science, used with languages that provide run-time type information about objects.
policy patternnoun(software, design) Synonym of strategy pattern.
factory method patternnoun(software, object-oriented programming) A creational design pattern that decouples the object creation by using an abstract method in the class.
factory patternnoun(software, object-oriented programming) Synonym of factory method pattern.
composite patternnoun(programming) A structural (and partitioning) design pattern where a group of objects are to be treated in the same way as a single instance of an object.
state patternnoun(software, design) A behavioural design pattern similar to the strategy pattern that is used to represent the state of an object.
compound patternnoun(software, object-oriented programming) A design pattern that combines at least two patterns into a solution that solves a recurring or general problem.
builder patternnoun(software, object-oriented programming) A creational design pattern that intends to abstract steps of construction of objects so that different implementations of these steps can construct different representations of objects.
creational patternnoun(computing, design) A design pattern that standardizes the mechanisms of object creation.
template metaprogrammingnoun(programming) A form of metaprogramming in which templates are used by a compiler to generate temporary source code, which is then merged with the rest of the source code and recompiled.
facade patternnoun(software, object-oriented programming) A structural design pattern that provides an object that is a simplified interface to a larger body of code, such as a class library.

Translate “Template method pattern” into Another Language

Pick a language — the word will be pre-filled in the translator.

Home/Dictionary/Template method pattern