what is a Design Pattern?

Answers were Sorted based on User's Feedback



what is a Design Pattern?..

Answer / shashi shrestha

It is a solution to common software problems. If we
encounter a particular problem in your system, we don’t
have to rebuilt or restructure any more, the design pattern
can often comes as rescue and show you the correct solution
for any particular issue.So it like a template that a
software developer can use to solve a real world
application project.

Is This Answer Correct ?    3 Yes 0 No

what is a Design Pattern?..

Answer / chris osgood

A design Pattern is a template that a software developer
can use to solve a real world application project. Think
of it as an empty flow chart diagram with symbols that
represent actions that an application will perform based on
certain criteria. The developer can choose which pattern
best suits their needs. There are a variety of design
patterns and design methodologies that have been carefully
developed for a wide range of software development
projects.

Chris Osgood
Programmer Analyst
Hallowell, Maine

Is This Answer Correct ?    1 Yes 0 No

what is a Design Pattern?..

Answer / kevin

A design pattern is a abstract reusable solution to commonly
faced software development problems. Usage of design
patterns is the adoption of industry best practices.

Is This Answer Correct ?    1 Yes 0 No

what is a Design Pattern?..

Answer / guest

Design patterns are recurring solutions to design problems
you see over

Design patterns constitute a set of rules describing how to
accomplish certain tasks in the realm of software development

Design patterns focus more on reuse of recurring
architectural design themes, while frameworks focus on
detailed design? and
implementation.

A pattern addresses a recurring design problem that arises
in specific design situations and presents a solution to it

Patterns identify and specify abstractions that are above
the level of single classes and instances, or of components

Is This Answer Correct ?    0 Yes 0 No

what is a Design Pattern?..

Answer / romi

design pattern is a recurring solution to recurring problem
in software architechture

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Design Patterns Interview Questions

What is the concurrency design pattern?

0 Answers  


If there is a Model class,View class,Controller class then How these are internally related? Which layer objects instantiated in which layer? How they communicates?

4 Answers   Honeywell,


What is the difference between factory and strategy design pattern?

0 Answers  


What are sequence diagrams, collaboration diagrams and difference between them ?

8 Answers   ACET, CT, CTS, Infosys,


What is singleton and factory pattern?

0 Answers  






What are the design patterns and How can they make life easier for software development ?

1 Answers   ABC, HP,


What is single tone design pattern in java?

0 Answers  


What are the advantages of asynchronous architectures?

1 Answers   Microsoft,


What is the factory pattern in the design pattern?

0 Answers  


Shall we use abstract classes or interfaces in policy / strategy design pattern?

0 Answers  


Which design pattern is mostly used in net?

0 Answers  


write 5 best test cases like any password?password should be mixed case with atlest one number or special characters?

2 Answers   Wipro,


Categories