what is data Abstraction? and give example
Answer Posted / shiva
data abstraction is hidding of unwanted data.
example: car
for driver only steering, gears, breaks are visible and engine is not visible so hidding engine for driver is unwanted.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why #include is used?
What is the function to call to turn an ascii string into a long?
What flag means?
What is size_type?
Which software is used to run c++ program?
What is the difference between ++ count and count ++?
Write about the retrieval of n number of objects during the process of delete[]p?
Is it possible to provide default values while overloading a binary operator?
Where is atoi defined?
What is virtual destructor ans explain its use?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
how to connect with oracle 9i with server in socket program in c/c++
Are c and c++ different?
How do you clear a set in c++?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.