what are design patterns..?what design patterns used
in .net.
design patterns are answers to the repetitive problems
encountered.
They help in communicating to other developers as they have
common language and nomenclature.
design patterns are above any language. They should be at
least same when u took all OO languages and may be separate
for non oo languages.
They are many of them.They mainly are categorized into
1.Creational - Patterns used while creating an object.
2.Strucural - Patterns used when constructing objects, using
other small objects.
3.Behavioural - Useful in how the objects interact with each
other.
| Is This Answer Correct ? | 4 Yes | 3 No |
Explain Internal Style Sheets?
What is the factory pattern in the design pattern?
How can you conduct UX evaluation?
What are the most important software design patterns?
What is the use of design patterns?
What are the types of the proxy design you will get in the design pattern?
What is the publish/subscribe model?
what is diffrence between Function Oriented Design and Obeject Oriented design
11 Answers IBS, TCS,
What is the use of repository pattern?
What is factory method in design pattern?
Identify three types of systems or system upgrades that may be ideal candidates for a Waterfall Development Model strategy.
Which design pattern is mostly used in net?