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 is data Abstraction? and give example

Answer Posted / p.c. pandey

Data abstraction is a special type of OOP(Object Oriented
Programming) concept, by which a programmer can build the
sequre program with the true meaning of the data without
including back ground details or it's explanation.
Data abstraction also provides essential features to the
programmer.
for exampel:-
struct emp
{
char name[10};
int age;
char add[25];
}
struct emp x;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which programming language is best?

937


What is const pointer and const reference?

1087


Explain what are accessor methods?

1072


Write a recursive program to calculate factorial in c++.

1028


Which programming language should I learn first?

1045


what kind of projects are suitable for c and c++

995


What is scope in c++ with example?

1048


What are advantages of using friend classes?

1017


Is it possible to have a recursive inline function in c++?

979


When are exception objects created?

1021


What is fixed in c++?

987


What does count ++ do in c++?

1158


What is type of 'this' pointer?

1010


Explain terminate() and unexpected() function?

1038


Can a built-in function be recursive?

975