Multiple choice

Which of following is/are correct about Prototype design pattern in C#?

  1. It comes under the category of Creational design Pattern.

  2. In this pattern, a limited number of state combinations exist in an object.

  3. Prototype pattern is used to reduce the database calls during database operations.

  4. All of the above

  5. Both (1) and (3)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

All of the above are the correct statements about Prototype design pattern.