creational pattern
software design pattern dealing with object creation
abstract factory pattern
term in software development
singleton pattern
design pattern in object-oriented software development
prototype pattern
creational design pattern in software development
factory method pattern
creational pattern that uses factory methods to deal with the problem of creating objects without having to specify the exact class of the object that will be created
builder pattern
design pattern designed to provide a flexible solution to various object creation problems in object-oriented programming
Interning
data structure for reusing strings
object pool pattern
pattern to construct sets of initialised programming objects that are kept ready to use