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
How do I know which jdbc driver to use?
Why is jdbc needed?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
How to check jdbc connection in java?
What is jdbc and odbc in java?
What is connection commit?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What is CLOB and BLOB datatypes in JDBC?
When do we use execute method in java jdbc?
How can we set null value in jdbc preparedstatement?
What are the new features added to JDBC 4.0?
explain about special characters?
Does sql allow null values ? Can we use it within where clause ?
Is jdbc and orm?
How MS-Access DB can be accessed over a network, using JDBC API?