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 |
Can you give some examples of tokens?
How do I make sure that an object is released in code such as a connection or file object?
What is meant by function overloading and function overriding?
What is virtual?
Where shall I go for Package Diagram?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
What is abstract method?
explain dynamic binding
What is the abstract method modifier?
What are Classes and Objects?
What are the Differentiate between abstraction and encapsulation.
Are constructors inherited? Can a subclass call the parent's class constructor? When?