Answer Posted / 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 |
Post New Answer View All Answers
Explain the concepts involved in Object Oriented programming.
What are different oops concepts?
What is a function in oop?
What is abstraction in oops with example?
What is difference between multiple inheritance and multilevel inheritance?
What is the point of polymorphism?
What is polymorphism in oops with example?
Is abstract thinking intelligence?
Where You Can Use Interface in your Project
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
write a C++ program for booking using constructor and destructor.
What is polymorphism and types?
What is oops and why we use oops?
What does sksksk mean in text slang?
What is multilevel inheritance in oop?