what is data Abstraction? and give example

Answer Posted / aarti pundir

Abstraction refers to the act of representing essential features without including the background details or explanations.


example: you driving a car.you only know esstential features to drive a car eg: gear handling,steering,clutch,acclerator,breaker etc
bt while driving do u get into onterenal details of car like wiring,motor working etc.u just change the gear or apply the breakes etc.what happening inside is hidden form u.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a multimap c++?

684


Write a c program for binary addition of two 8 bit numbers.

3670


What is a storage class used in c++?

618


What are activex and ole?

547


What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?

575






what are Access specifiers in C++ class? What are the types?

632


What gives the current position of the put pointer?

565


Can turbo c++ run c program?

633


A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.

3415


What is array in c++ example?

653


What is the type of 'this' pointer?

605


What is the difference between a reference and a pointer?

601


Is c++ still being used?

568


What is class in c++ with example?

575


What is the sequence of destruction of local objects?

560