What is data abstraction? Elaborate with example?
Answer Posted / rajashree
we noted that a procedure used as an element in creating a
more complex procedure could be regarded not only as a
collection of particular operations but also as a
procedural abstraction. That is, the details of how the
procedure was implemented could be suppressed, and the
particular procedure itself could be replaced by any other
procedure with the same overall behavior. In other words,
we could make an abstraction that would separate the way
the procedure would be used from the details of how the
procedure would be implemented in terms of more primitive
procedures. The analogous notion for compound data is
called DATA ABSTRACTION. Data abstraction is a methodology
that enables us to isolate how a compound data object is
used from the details of how it is constructed from more
primitive data objects.
| Is This Answer Correct ? | 26 Yes | 22 No |
Post New Answer View All Answers
What is passing by reference in java?
How to change value in arraylist java?
Can a class have multiple subclasses?
Why stringbuilder is not thread safe in java?
What do you mean by stack?
What is module with example?
Are static members inherited to sub classes?
What is the difference between procedural and object-oriented programs?
What is a get method?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
What is tree node in java?
What are internal variables?
What is matcher in java?
Which package is imported by default?
Write a function to print Fibonacci series and Tribonacci series?