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
Why do pointers exist?
What is an interface in oop?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is multilevel inheritance in oop?
What is oops and why we use oops?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is overriding in oops?
What is abstraction with example?
Why polymorphism is used in oops?
What is destructor in oop?
hi all..i want to know oops concepts clearly can any1 explain??
what is the sylabus for priliminaries?
What is abstraction in oop with example?
Why do we need oop?
What is encapsulation in simple terms?