Answer Posted / e-mail
A design pattern is a general reusable solution to a
commonly occurring problem in software design. A design
pattern is not a finished design that can be transformed
directly into code. It is a description or template for how
to solve a problem that can be used in many different
situations. Object-oriented design patterns typically show
relationships and interactions between classes or objects,
without specifying the final application classes or objects
that are involved.
Design patterns reside in the domain of modules and
interconnections. At a higher level there are Architectural
patterns that are larger in scope, usually describing an
overall pattern followed by an entire system.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
What design pattern wrapper classes implement?
Where should we use singleton design pattern?
What are the types of participants of the prototype design pattern you will get?
When singleton pattern is used?
What are the design patterns you know explain?
What is synchronizer token pattern?
Is mvc a software design pattern?
Describe the builder design pattern
What is the difference between 3 tier and n tier architecture?
What are the categories in which the design patterns can be divided?
What are the types of design patterns?
What is single tone design pattern in java?
What is the executor design pattern?
what are the creational design patterns
Is bean a singleton?