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 / afjal ansari & shekhar ya

Abstraction is about reducing complexity and ignoring
unneccesary details.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

2081


What is the need of a destructor?

1208


Do vectors start at 0?

1046


When one must use recursion function? Mention what happens when recursion functions are declared inline?

1241


How long will it take to learn programming?

1104


What is meant by forward referencing and when should it be used?

1078


Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.

1097


What is the output of the following program? Why?

1203


Specify different types of decision control statements?

920


How is static data member similar to a global variable?

1174


Explain the virtual inheritance in c++.

1116


Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be

1475


How much do c++ programmers make?

1163


What is c++ mutable?

1168


Can user-defined object be declared as static data member of another class?

1078