What are the Design Patterns you know.
Answer Posted / 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 |
Post New Answer View All Answers
Which OOPS concept exposes only the necessary information to the calling functions?
Explain colloboration
Explain about object oriented programming?
Whether static method can use nonstatic members?
What do you mean by abstract class?
Can you create an instance of an abstract class?
How do we implement serialization actually?
Explain about overriding polymorphism?
What is the @functionalinterface annotation?
Define modularity?
What's the order of call of constructors in inheritiance?
What is the difference between a virtual method and an abstract method?
Can an interface inherit from another interface?
Difference between composition and inheritance ?
What are Classes and Objects?