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 are advantages and disadvantages of Design patterns?

Answer Posted / favour chidimma okpara

advantage of drafting Patten. 1)they are cheap disadvantage of drafting Patten. 1)it is used to one person that is only the owner.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does it mean to declare a member variable as static?

1028


Why c++ is created?

969


Carry out conversion of one object of user-defined type to another?

1018


Explain what data encapsulation is in c++?

1057


What is the type of 'this' pointer? When does it get created?

933


Differentiate between a constructor and a method in C++.

1019


Define Virtual function in C++.

1062


can any one help to find a specific string between html tags which is changed to a sting.. weather.html looks (for location) is somewhere #include #include #include using namespace std; string find_field(string myPage,string); int main (void) { string page, line, location, temperature; ifstream inputFile("weather.xml"); while(getline(inputFile, line)) { page.append(line); line.erase(); } // Now page is a string that contains the whole xml page // Here you need to write something that finds and // extracts location and temperature from the XML // data in the string page and stores them in // the strings location and temperature respectively location=find_field(page,"location"); temperature=find_field(page,"temp_c"); cout << "Location: "<

2019


What is c++ and its uses?

1181


How are pointers type-cast?

1078


What is the insertion operator and what does it do?

1014


What is private inheritance?

1060


What are friend functions in C++?

1031


What is the best c++ book for beginners?

1118


How do you flush std cout?

1061