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

What is a functional interface? What is sam interface?

0 Answers  


How many methods are there in the serializable interface?

0 Answers  


What is meant by overloading functions and operators?

0 Answers  


What are the features that are provided to make a program modular?

0 Answers  


Which OOPS concept exposes only the necessary information to the calling functions?

0 Answers  






What is ‘this’ pointer?

0 Answers  


What is constructor and virtual function? Can we call virtual funciton in a constructor?

0 Answers  


what are the main underlying concepts of object orientation?

2 Answers  


What if we make the method as abstract in another interface?

0 Answers  


Write basic concepts of oops?

0 Answers  


What are the tools you used for OOAD?

3 Answers   Protech,


Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?

0 Answers  


Categories