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 |
Difference between encapsulation and data hiding ?
Explain about object oriented databases?
How to make a class accessible as a web service?
Why use oops?
What is abstract method?
What do you mean by operator overloading?
What is Polymorphism, overloading, overriding and virtual?
What are abstract classes?
How a program can be structured using the concept of object oriented programming?
Is it possible to create partial structs, interfaces and methods?
What is a try/ catch block?
What's the order of call of constructors in inheritiance?