Computer Science, asked by umeshspn7466, 1 year ago

What are the different types prototype in python

Answers

Answered by sakshigaulechha0376
0

Answer:

Hey!! mate here is your answer:

Explanation:

Prototype in Python. Prototype is a creational design pattern that allows cloning objects, even complex ones, without coupling to their specific classes. All prototype classes should have a common interface that makes it possible to copy objects even if their concrete classes are unknown.

Different types of prototype in python are posted below:

  • Rapid Throwaway prototypes.
  • Evolutionary prototype.
  • Incremental prototype.
  • Extreme prototype.

Hope it will help you.....

Similar questions