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
What is env in laravel?
What is the role of php.ini file?
What is the purpose of the '.myd' file extension? What do thes file contain?
How can I find my php version?
How many types of errors in php?
How long does a php session last for?
How to create a table to store files?
What is the use of extract function in php?
Is java is better than php?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What is escaping to php?
Can you give example for trait in php?
Is overloading possible in php?
What is abstract class in php?
What is the tags in PHP is not a valid way to begin and end a PHP code block?