adspace


What is design pattern? Explain all including singleton pattern?

Answer Posted / Vipul Bhushan Mishra

Design patterns are reusable solutions to common software design problems. They provide a set of best practices and guidelines for organizing code that can be applied across various programming languages and applications.nn1) Singleton Pattern: This pattern ensures that a class has only one instance, and provides a global point of access to it. It's useful when you need a single object to coordinate actions across the system or when you want to limit the instantiation of an expensive-to-create object.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between htmlentities() and htmlspecialchars()?

1090


What is trait in php?

1065


How to calculate the difference between two dates using php?

1143


What is the current stable version of php? What advance thing in php7?

1094


how to detect a mobile device using php

1173


Name and explain five of the PHP error constants?

1033


List some features of php that are deprecated in php7?

1021


if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer

1988


hello all, I need some sample placement papers in lion bridge.. can anyone help me?

2175


How to create a web form?

1109


Tell me what kind of things have you done on the social side?

1064


sort term descripttion form, report and uery

2254


How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain

1077


Write a program using while loop?

1116


What does $_files means?

1162