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

data abstraction is a process of representing the essential
features without including implementation details.

Is This Answer Correct ?    1531 Yes 140 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c++ a float?

1107


Does c++ support exception handling?

1111


Which c++ compiler is best?

1202


Which is best ide for c++?

1063


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

1192


Please explain the reference variable in c++?

1129


What is a try block?

1117


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

2267


Explain the difference between realloc() and free() in c++?

1068


What are pointers used for c++?

1103


Define whitespace in C++.

1270


What is scope operator in c++?

1131


What is a flag in c++?

1105


Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

1591


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

2872