what is data Abstraction? and give example

Answer Posted / anil kumar

abstraction does not means that information is not available.
it means that all the informatin is available but only
necessary information will be shown to the user.example-a
computer...we do not know a computer as a collection of
hardware and hundreds of chips.we know it only at our level
of usage.

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 this weird colon-member (" : ") syntax in the constructor?

547


What is general form of pure virtual function? Explain?

516


Which bit wise operator is suitable for putting on a particular bit in a number?

726


What is the use of endl in c++ give an example?

618


How can I improve my c++ skills?

563






What is function overloading c++?

572


Do class declarations end with a semicolon?

605


What are the benefits of pointers?

602


How do you write a function that can reverse a linked-list?

578


What data encapsulation is in c++?

599


What is pointer -to-members in C++? Give their syntax?

599


What is setfill c++?

687


There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

2537


Is there finally in c++?

628


How a new element can be added or pushed in a stack?

585