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
What do you mean by function pointer?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Why was c++ made?
What is encapsulation in c++ with example?
How do I download c++?
Can java be faster than c++?
What is the difference between struct and class?
What is c++ programming language?
What is a pointer with example?
what are function pointers?
What is the two main roles of operating system?
What is a class definition?
What is pair in c++?
What is the basic structure of a c++ program?
What is the function of I/O library in C++ ?