What are the Design Patterns you know.
Answers were Sorted based on User's Feedback
Answer / priyadharshini.m
GRASP patterns to assign responsibilities
Structural patterns to refine the structural design
Creator patterns to optimize the object creation
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / r.kalpana
Design part is only Structure pattern which means the
genreal part of object creations.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I be thrown polymorphically?
Why do we separate interface from implementation?
Is class an Object? Is object a class?
What is the main difference between a class and an object?
Explain about the analysis phase?
What are Classes and Objects?
What's the benefit of using inheritance?
what is full form OOP?
What are the limitations of oops?
What are the major differences between late and dynamic binding?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Explain what is an object?