Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is design pattern?

Answer Posted / reejusri

Design pattern is a general repeatable solution to a
commonly occurring problem . A design pattern is not a
finished design that can be transformed directly into code.
It is a description or template for how to solve a problem
that can be used in many different situations.
Object-oriented design patterns typically show
relationships and interactions between classes or objects,
without specifying the final application classes or objects
that are involved.

Design patterns deal specifically with problems at the
level of software design.

Is This Answer Correct ?    19 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to explain our contribution in the project?

3755


What is the purpose of ios::basefield in the following statement?

1303


Explain what you mean by a pointer.

1152


Can we define function inside main in c++?

1065


State the difference between pre and post increment/decrement operations.

1144


Which software is used for c++ programming?

1132


What is class syntax c++?

1202


How can a called function determine the number of arguments that have been passed to it?

1190


Should the member functions which are made public in the base class be hidden?

1076


If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

1152


Explain the benefits of proper inheritance.

1190


How do pointers work?

1248


Explain the volatile and mutable keywords.

1113


What is a namespace in c++?

2136


What is the output of the following program? Why?

1197