What are the Design Patterns you know.

Answers were Sorted based on User's Feedback



What are the Design Patterns you know...

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

What are the Design Patterns you know...

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

Post New Answer

More OOAD Interview Questions

Can you give some examples of tokens?

0 Answers  


How do I make sure that an object is released in code such as a connection or file object?

0 Answers   MindCracker,


What is meant by function overloading and function overriding?

0 Answers  


What is virtual?

0 Answers   MindCracker,


Where shall I go for Package Diagram?

1 Answers   Protech,






Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?

0 Answers  


What is abstract method?

0 Answers  


explain dynamic binding

0 Answers  


What is the abstract method modifier?

0 Answers  


What are Classes and Objects?

0 Answers   MindCracker,


What are the Differentiate between abstraction and encapsulation.

0 Answers  


Are constructors inherited? Can a subclass call the parent's class constructor? When?

0 Answers  


Categories