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 do you mean by data abstraction?

Answer Posted / narendra

The concept of abstraction relates to the idea of hiding
data that is not needed for presentation. The main idea
behind data abstraction is to give a clear separation
between properties of data type and the associated
implementation details. This separation is achieved in order
that the properties of the abstract data type are visible to
the user interface and the implementation details are
hidden. Thus, abstraction forms the basic platform for the
creation of user-defined data types called objects

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i want to know ,If a five-digit number is input through the keyboard, write a program to calculate the sum of its digits.

2402


please answer the following question: A table contains the monthly sales data for the 12 months of a year and for the 4 sales zones where each zone has 8 districts.The table is defined in WORKING-STORAGE SECTION.What is the size of the defined table in number of bytes? write statements to calculate the total sales for each month.

2013


int main() { int d = 10; int m = 2; int y = 3603; int c = 0; int val; val = ( d + m + y + (y/4) + c) % 7; cout << val; return 0; }

1659


how to configure cisco router & switches plz provide me path steps?

2287


What do you like and dislike about working for this organisation?

4855


If memory is allocated to a class,when object of the class is created then how do we use the abstract class methods.coz v cant create obj of abstract class, only reference is created,when the abstract class data and members got the space in memory??

2324


pls send me rrb se(s&t)questions

2292


write a program to reverse a string using recursive function without using str functions.

2594


What are the input documents to 1.Functional testing,2.System testing and 3.Integration testing. Whether there will be separate test cases for regression testing or functional testing?

2325


what kind of questions generally asked for ME admission, (specially in RGPV).

2104


What is the strongest naturally occurring material and how can it be cut?

1130


what is the difference between VARCHAR and VARCHAR2?

23761


what is recursion in c language?

2019


What is the main difference between binary and counting semaphore?

2458


Hello, I need to compare, using a cobol program, two cobol skeletons. I don't know if it is easy to do this or it will be so complicated. I wanna have your opinions. Thanks a lot

1986