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

Answer Posted / hema

data abstraction refers to defining functions.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c++ hiding?

1218


Differentiate between a constructor and a destructor in c++.

1019


Describe protected access specifiers?

1232


Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

1135


What are the types of pointer?

1098


What is the difference between delegation and implemented-in-terms-of?

1007


What is the use of setfill in c++?

1079


Is it possible for a member function to delete the pointer, named this?

1168


What is a c++ object?

1177


What are the benefits of oop in c++?

1231


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

2057


What are the important differences between c++ and java?

1155


What is const pointer and const reference?

1168


Difference between declaration and definition of a variable.

1166


Tell me an example where stacks are useful?

1037