Answer Posted / mahesh
to provide a solution for a recurring problem in a great
object oriented system.
design pattern describes the problem which occur over and
over again in our environment and then describes the core of
the solution to that problem in a such way we can use that
solution in a million times over without doing it the same
way twice.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is overloading and its types?
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?
What is class and object in oops?
What does and I oop mean?
What is abstraction in oop with example?
Can a varargs method be overloaded?
Can an interface inherit a class?
Can you inherit a private class?
Which is better struts or spring?
write a program to find 2^n+1 ?
Advantage and disadvantage of routing in telecom sector
Can enum be null?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Templates mean
why reinterpret cast is considered dangerous?