what are design patterns?

Answer Posted / rajashree

Software professionals may be familiar with the
term "Design Patterns," but many have no idea of where they
come from and what they truly are. Consequently, some do
not see the value and benefits design patterns bring to the
software development process, especially in the areas of
maintenance and code reuse. This article will bridge this
gap by defining design patterns from a historical
perspective. It will also summarize the salient features of
a typical design pattern and arrive at a working definition
so that you will know what they are and what to expect when
you incorporate them into your designs. Finally, it will
explicitly summarize the benefits design patterns bring to
software development and why you should incorporate them
into your work. Subsequent articles will present more
detailed descriptions of some of the more common design
patterns, and how they can be applied to software
development on the .NET platform.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What should be done for auto generating primary key id in a table ?

541


What is JDBC PreparedStatement?

541


State the three different ways in which you can create a table?

528


What is phantom read and which isolation level prevents it?

509


What is a jdbc connection?

480






What is a merge field?

511


What is isolation level? How to set it?

1653


What are the ddl statements?

485


What are the types of statements in jdbc?

538


How to check jdbc driver version in websphere?

561


What is the use of dialect?

573


Why “no suitable driver” error occurs?

625


Does jdbctemplate close connection?

507


How can I determine the isolation levels supported by my DBMS?

534


How can I retrieve a String or other object type without creating a new object each time?

596