1.

How can you describe a design pattern?

Answer»

For describing a design PATTERN, we follow the below things:

  • Define a pattern name and what classification of design pattern the pattern would fall to.
  • Define a PROBLEM and what is the corresponding solution
  • What are the variations and language-dependent ALTERNATIVES for the problem that NEEDS to be addressed?
  • What are the real-time use cases and the efficiency of the software that uses these patterns?


Discussion

No Comment Found