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 patterns in C++?

Answers were Sorted based on User's Feedback



What is design patterns in C++?..

Answer / 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

What is design patterns in C++?..

Answer / guest

As ex:- Singleton Class is the Class whose you can make only
one object. Dont forget to do googling.

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More OOPS Interview Questions

What do you mean by binding of data and functions?

3 Answers  


Name a typical usage of polymorphism

3 Answers  


What are objects in oop?

0 Answers  


What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass

6 Answers   Wipro,


What is object in oops?

0 Answers  


What is protected in oop?

0 Answers  


What is data binding?

4 Answers   Ittiam Systems,


which feature are not hold visual basic of oop?

0 Answers   Ignou,


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

0 Answers  


explain the concepts of oops?

1 Answers  


Why many objects can working together? How objects working togetherM I want to see example code.

2 Answers  


how many types of notations are in java

1 Answers   National University of Modern Languages (NUML),


Categories