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 / kamal lochan jena.

It is process of creating a new data_type using encapsulated
items.
Ex: class Name
{
int age;
char Name[20];
public:
getdata();
putdata();
};

Here the class body contains the encapsuleted data items.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain mutable storage class specifier.

1128


How delete [] is different from delete?

1053


Is swift faster than go?

1141


What is a .lib file in c++?

1047


Why do we use iterators?

1132


Can you pass an array to a function in c++?

1055


What are the types of container classes?

1231


What is the hardest coding language to learn?

1088


Why are pointers used?

1054


What are the two types of polymorphism?

1212


Is map ordered c++?

1149


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

1132


What is the basic of c++?

1108


What does scope resolution operator do?

1167


List the merits and demerits of declaring a nested class in C++?

1082