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

What is the use of this pointer in c++?

1007


What is the use of :: operator in c++?

1120


Explain queue. How it can be implemented?

1152


What are the three forms of cin.get() and what are their differences?

1232


What is algorithm in c++ programming?

1124


Describe about storage allocation and scope of global, extern, static, local and register variables?

1255


Is c++ the hardest programming language?

1131


How do I get good at c++ programming?

1159


What is the difference between the functions memmove() and memcpy()?

1116


How do you declare a set in c++?

949


What is constructor in C++?

1084


Which format specifier is used for printing a pointer value?

1053


What are the steps in the development cycle?

1098


Explain what you mean by a pointer.

1099


What is the difference between a type-specific template friend class and a general template friend class?

977