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 |
If a method definition has been specified in class , its 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?
What is the main difference between overloading and overriding?
Is class an Object? Is object a class?
3 Answers InfoAxon Technologies, Protech,
Can you explain primordial class loader?
What is data encapsulation and what is its significance?
What are Classes and Objects?
What is serialization? How do we implement serialization actually?
How do you prevent a class from being inherited by another class?
What is a default method? Why do we need default methods in java 8 interfaces?
Whether static method can use nonstatic members?
Why is class hierarchies managed in object-oriented programming?
What is the difference between new and override?