what is data Abstraction? and give example
Answer Posted / gaurab varshney
Data Abstraction is the process by which data and programs
are defined with a representation similar to its meaning
(semantics), while hiding away the implementation details.
Abstraction tries to reduce and factor out details so that
the programmer can focus on a few concepts at a time. A
system can have several abstraction layers whereby
different meanings and amounts of detail are exposed to the
programmer.
For example, low-level abstraction layers expose details of
the hardware where the program is run, while high-level
layers deal with the business logic of the program.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we get the value of ios format flags?
What is dev c++ used for?
What is basic if statement syntax?
What is the history of c++?
What is c++ try block?
What is main function in c++ with example?
What are built-in functions? What is the syntax for the definition?
What is the difference between an enumeration and a set of pre-processor # defines?
What is c++ runtime?
Write about the local class and mention its use?
What is the function to call to turn an ascii string into a long?
What are the methods of exporting a function from a dll?
What is a syntax in c++?
Can a function take variable length arguments, if yes, how?
What is the iunknown interface?