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 R T T I ?

6 Answers   Ness Technologies,


What is encapsulation in oop?

0 Answers  


what is the size of an empty class

12 Answers   Wipro,


what is SPL in c++.

1 Answers  


How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?

1 Answers   IntraLogic,






When not to use object oriented programming?

0 Answers  


How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram

0 Answers   IBM,


define a string class. overload the operator == to compare two strings

2 Answers   Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,


What is overloading and its types?

0 Answers  


In multilevel inheritance constructors will be executed from the .... class to ... class

2 Answers   ABCO, TCS,


Can java compiler skips any statement during compilation time?

0 Answers  


What are the fields of vtable

1 Answers   Mphasis,


Categories