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 function override?
Explain about inheritance hierarchies?
What is difference between polymorphism and normalization?
Explain serialization and overriding?
What is the use if instanceof keyword?
What is a default method? Why do we need default methods in java 8 interfaces?
What is the difference between function overloading and over riding?
What is the difference between data hiding and implementation?
What is inheritance in java?
Explain the usage of encapsulation?
Do we require a parameter for constructors?
Differentiate between data abstraction and encapsulation.