What is the use of design pattens in project ?

Questions by cvachandu

Showing Answers 1 - 6 of 6 Answers

suraj20p

  • Oct 28th, 2011
 

Design patterns are the best approaches to make the life easy,W/o design pattern also we can manage the application but it will be quiet difficult,for example

if a method accepts 5 string and returns the concatenation of it,instead of taking 5 string argument,we can take the support of 1 string array and pass that array to the method,Thats design pattern

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions