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
Explain what should be done when a SQL exception is raised?
What is a merge field?
Why are we using blob datatypes in jdbc?
Which database is used with java?
What are the utilities of the callablestatement?
What is JDBC DataSource and what are it’s benefits?
What is jdbc odbc connection?
What do you understand by jdbc statements?
What are the advantages of database connection pooling?
Does jdbc use odbc?
What is isolation level? How to set it?
Why do we need jdbc?
How do java applications access the database using jdbc?
What are the advantages of collection pools?
What is Apache DBCP API?