What is design patterns in C++?
Answers were Sorted based on User's Feedback
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 |
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 |
what isthe difference between c structure and c++ class
what is the difference between containership and inheritence?
what is polymorphism?
Which is not an object oriented programming language?
What is a friend function & its advantage?
why we call c++ is object oriented lanaguage
What is a superclass in oop?
what is the technical or oop name of object?
How to use CMutex, CSemaphore in VC++ MFC
what type of questions
In which Scenario you will go for Interface or Abstract Class?
1 Answers InfoAxon Technologies,
What do you mean by overloading?