What is design patterns in C++?

Answers were Sorted based on User's Feedback



What is design patterns in C++?..

Answer / nupur

design patterns are the solution of a problem which arises
when developing software within particular context.
each pattern describes a problem which occurs over and over
again in our environment,and then describes a core solution
of that problem in such a way that this solution can be
used again millons of times .
category of design patterns:-
creational:-singleton,protype,abstract etc.
structural:-adapter,bridge,composite etc.
behavioural:-interpreter,iterator,command etc.

Is This Answer Correct ?    8 Yes 1 No

What is design patterns in C++?..

Answer / guest

As ex:- Singleton Class is the Class whose you can make only
one object. Dont forget to do googling.

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More OOPS Interview Questions

Why static functions always uses static variables?

3 Answers  


What is the point of oop?

1 Answers  


what is oops

4 Answers   DELL,


Which is better struts or spring?

1 Answers  


What is class and object in oops?

1 Answers  


Difference between vector and array

2 Answers  


What is multilevel inheritance explain with example?

1 Answers  


what is graphics

1 Answers  


What is advantage of inheritance?

1 Answers  


what is the difference b/w abstract and interface?

2 Answers   Merrill Lynch, Schneider, Scio Healthcare,


What is the example of polymorphism?

1 Answers  


What are generic functions and generic classes?

5 Answers  


Categories