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
What polymorphism means?
What are the 5 oop principles?
which feature are not hold visual basic of oop?
Why do we use encapsulation in oops?
Advantage and disadvantage of routing in telecom sector
What language is oop?
How do you achieve runtime polymorphism?
What do you mean by variable?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Can a varargs method be overloaded?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Which is not an object oriented programming language?
What does no cap mean?
What is the benefit of oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading