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 many methods are there in the serializable interface?
What are manipulators?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
What is a nested interface?
Write a note about inheritance?
When will you use an interface and abstract class?
Can constructors be parameterized?
Why dynamic loading is used in object-oriented programming?
Explain about encapsulation?
When do you prefer to use composition than aggregation?
1 Answers InfoAxon Technologies, Protech,
Does a class inherit the constructor of its super class?
Can an interface inherit from another interface?