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 |
What is the difference between aggregation and composition?
How to make a class accessible as a web service?
Can we reduce the visibility of the inherited or overridden method ?
What is the use of ‘finalize’?
What does the keyword virtual represented in the method definition?
Write down how will you create a Binary tree?
How will you define abstract classes?
What if we make the method as abstract in another interface?
What is the use if instanceof keyword?
What is the use of Operator Overloading?
What is single and multiple inheritance?
Why are outlet connections required in object-oriented programming?