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

Differences between inline functions and non-inline functions?

4 Answers   Ness Technologies,


Are polymorphisms mutations?

0 Answers  


What makes a language oop?

0 Answers  


Can java compiler skips any statement during compilation time?

0 Answers  


What is a mixin class?

4 Answers  






what is cast operator?

2 Answers   Microsoft,


What is the difference between Home and $Home?

2 Answers   TCS,


Get me an image implementation program.

0 Answers  


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

0 Answers  


Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?

2 Answers   NIIT,


Explain virtual inheritance?

0 Answers  


What is difference between oop and pop?

0 Answers  


Categories