Answer Posted / amitverma
Design Patterns are PROVEN Object Oriented Solutions to
some commonly existing problems. Design Patterns are
basically used for recurring problems.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How to list all values of submitted fields?
What are regular expressions in programming?
What is sorting php?
Why and where do we use htaccess?
What is inheritance in php? How many types of inheritance supports php?
How to read a file in binary mode?
How do you put a space in html?
What does the scope of variables mean?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What version of php do I have windows?
What is the delimiter syntax is PHP's default delimiter syntax
Tell me what type of operation is needed when passing values through a form or an url?
What are the benefits of composer?
How to pad an array with the same value multiple times?
Why does sql injection happen?