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 arrays sort in java?
What is the simpletimezone class in java programming?
Can we extend singleton class in java?
What does a za z0 9 mean?
What is time complexity algorithm?
Is boolean a wrapper class in java?
How the metacharacters are different from the ordinary characters?
How do you reverse sort in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
What are the two parts of a conditional statement?
How does hashset works in java?
What are the Class Libraries ?
What is getkey () in java?
What are the four versions of java?
How are observer and observable used in java programming?