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...

how many trys can we write in one class

Answer Posted / sreedevi.m0966

many. we cant write try in try but we can write man trys in
one class

Is This Answer Correct ?    16 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain deep copy and a shallow copy?

1067


What is the use of function pointer?

1027


What is the use of cmath in c++?

1069


Explain the concept of copy constructor?

1048


What is the benefit of c++?

1134


Explain abstraction.

1115


When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

1096


What are mutator methods in c++?

1166


What is polymorphism and its type in c++?

1073


Which of the following is evaluated first: a) && b) || c) !

2369


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: "<

2056


Explain terminate() function?

1051


What is a virtual destructor? Explain the use of it?

990


What is difference between class and function?

1089


How do you generate a random number in c++?

1099