what are design patterns..?what design patterns used
in .net.
Answer Posted / sri
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 |
Post New Answer View All Answers
What is the use of design patterns?
Why is singleton used?
What is factory method in design pattern?
What are useful tools for developing and testing color schemes for web sites?
What are the most commonly used design patterns?
What is the difference between architecture and design?
When should design patterns be used?
Can we inherit singleton class?
What is clean architecture?
What is the behavioral design pattern?
What is the creational design pattern?
Why have we used synchronized here?
What is the difference between builder and composite?
What are the design patterns you know explain?
What are the differences between the design patterns and the framework?