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

What is virtual destructor? Why?

3 Answers   Agile Software, College School Exams Tests, CSC,


What is meant by multiple inheritance?

0 Answers  


should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks

2 Answers  


what is difference between c++ language and java language

5 Answers  


Write an operator overloading program to write S3+=S2.

2 Answers  






when to use 'mutable' keyword and when to use 'const cast' in c++

0 Answers   TCS,


what is costructor?

1 Answers  


Why static functions always uses static variables?

3 Answers  


what about you? wahat is your object? introduce your self?

1 Answers   Ajmal Perfumes, TCS,


What is pointer in oop?

0 Answers  


what is oops

4 Answers   NIIT,


What are generic functions and generic classes?

5 Answers  


Categories