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
What are the three forms of cin.get() and what are their differences?
Can union be self referenced?
What is the latest c++ standard?
What is cout flush?
what are function pointers?
How come you find out if a linked-list is a cycle or not?
How many standards of c++ are there?
Write about all the implicit member functions of a class?
Can a function take variable length arguments, if yes, how?
Define private, protected and public access control.
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What is null pointer and void pointer and what is their use?
What does ctime() do?
What are the storage qualifiers?
What is the function of I/O library in C++ ?