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

Why many objects can working together? How objects working togetherM I want to see example code.

2 Answers  


what is oppes

2 Answers  


What is methods in oop?

0 Answers  


What is oops in simple words?

0 Answers  


What is super in oop?

0 Answers  


What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?

1 Answers  


what is different between oops and c++

0 Answers   IIT,


Can we create object of abstract class?

0 Answers  


What is polymorphism and its types?

0 Answers  


In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}

1 Answers  


when my application exe is running nad i don't want to create another exe what should i do

2 Answers   HCL,


Plese get me a perfect C++ program for railway/airway reservation with all details.

0 Answers   ITM,


Categories