what is data Abstraction? and give example

Answer Posted / prasenjit chatterjee

Abstraction means that just represents the essential
feature of some thing without including much details.
So the data abstraction means that does't define the
internal structure of the data, but allows difference
operations on it. Such data types are called abstract data
type or (ADT), like stack queues are the example of an
abstract data type

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meaning of in c++?

674


Differentiate between the manipulator and setf( ) function?

596


What is the advantage of c++ over c?

566


Explain operator overloading.

606


Explain the scope of resolution operator.

633






If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

840


What is scope operator in c++?

568


What is overloading unary operator?

606


What is private, public and protected inheritance?

595


Why null pointer is used?

584


which operator is used for performing an exponential operation a) > b) ^ c) none

610


What is a pdb file?

543


how to explain our contribution in the project?

3082


What is the difference between public and private data members?

666


What is a try block?

642