Beginner Web & Software Development
Q12 / 100

What is a design pattern?

Correct! Well done.

Incorrect.

The correct answer is B) A reusable general solution to a commonly occurring problem in software design, formalized and named for communication

B

Correct Answer

A reusable general solution to a commonly occurring problem in software design, formalized and named for communication

Explanation

Design patterns (GoF: Gang of Four) are categorized as Creational (Singleton, Factory), Structural (Adapter, Decorator), and Behavioral (Observer, Strategy). They communicate proven solutions concisely.

Progress
12/100