What is design pattern and there types?
Answer Posted / rsn ben
Design patterns are patterns used to manage/form/construct 'objects'.According to Gang of Four book,originally 23 design patterns are there.
Examples:
Singleton,Decorator,Template method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a Null object?
What is ascii code?
What is balanced tree in java?
Which class cannot be a subclass in java?
what are abstract functions?
What are the main differences between notify and notifyAll in Java?
What is stringbuffer in java?
What is ternary operator? Give an example.
Why declare Main() inside the class in java ?
does java support pointers?
Why string is not thread safe?
What is the use of put method?
What is a java list?
Is final static java?
is it possible to instantiate the math class?