Science, asked by nmodhi7949, 1 year ago

What is the Prototype design pattern?

Answers

Answered by nayakbhagabanapcr576
0
The prototype pattern is a creational design pattern in software development. It is used when the type of objects to create is determined by a prototypical instance, which is cloned to produce new objects.
Similar questions