WHAT IS ABSTRUCT DATA TYPE ?
PLEASE EXPLAIN IT.

Answers were Sorted based on User's Feedback



WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT...

Answer / purush

A unique datatype, that is defined by the progrmer.It may
refer to an object class in OOP or to a special data type in
traditional,non-OOP languages.
ADT is a specification of a set of data and the set of
operations that can be performed on the data.This supports
the principle of INFORMATION HIDING.

Is This Answer Correct ?    18 Yes 3 No

WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT...

Answer / guest

data abstraction
abstract the data called the background details for ex
[size,weight,cost]
encapsulation
security the data

Is This Answer Correct ?    2 Yes 1 No

WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT...

Answer / prasad.m.y

Abstraction is nothng but datahiding and encapsulation is wrapping up of data into a single unit.

Is This Answer Correct ?    0 Yes 0 No

WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT...

Answer / harsh.chiks

ADT is a set of data values and operations which are
independent of it's implementations.
the best examples of ADT are STACKS,QUEUES...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What do you mean by public, private, protected and friendly?

3 Answers   CA,


why destructor is not over loaded?

5 Answers  


What are properties in oop?

0 Answers  


what is difference between thread and programme.

1 Answers   NCC,


WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

1 Answers  






Write a program to sort the number with different sorts in one program ??

0 Answers   NIIT,


What is an example of genetic polymorphism?

0 Answers  


Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.

1 Answers  


what is difference between String s=new String("vali"); String s="vali"

1 Answers  


what type of question are asked in thoughtworks pair programming round ?

0 Answers   Thought Works,


I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...

0 Answers  


Explain polymorphism? What r the types of polymorphism? pls give examples?

4 Answers   HCL,


Categories