what is data Abstraction? and give example
Answer Posted / rohan nimbalkar
Data Abstraction means hiding unnecessary information from
the user .
simple example :
consider the car,then does not require how the works
gear-box,how to work engine.etc
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we read/write Structures from/to data files?
What are the advantages of early binding?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What is the main use of c++?
What is array in c++ example?
List the features of oops in c++?
What are the four main data types?
What is the difference between a declaration and a definition?
What is endl c++?
Differentiate between declaration and definition.
In the derived class, which data member of the base class are visible?
What are the advantages of c++ over c?
How do we balance an AVL Tree in C++?
What is stack unwinding?
Does c++ have foreach?