Computer Science, asked by richagrover1990, 16 days ago

which of the following characteristics is not attributed to the principles of design patterns?
- Multiple solution catalogs
- Documented solution
- Not reuseable
- Extensible​

Answers

Answered by bomidyalamani
15

Answer:

Explanation:

not reusable

Answered by tushargupta0691
9

Answer:

Not reusable

Explanation:

  • Design patterns do not adhere to the reuse of software principle.
  • By combining reusable components, design patterns give the designer the ability to construct the system architecture.
  • A software design pattern is an all-encompassing, reusable solution to a frequently occurring problem in a specific context in software engineering. It is not a finished design that can be turned into source code or machine code right away.
  • Some of the finest practices adopted by seasoned object-oriented software engineers are represented by design patterns. In object-oriented systems, a design pattern is a systematic way of naming, motivating, and explaining a generic design solution.

Thus the answer is Option C.

#SPJ2

Similar questions