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

all about pointers

2 Answers  


What do you mean by pure virtual functions?

8 Answers  


Can we have a private constructor ?

12 Answers   HSBC, Ness Technologies, TCS, Wipro,


Is react oop?

0 Answers  


What is oop in simple words?

1 Answers  






write a c++ program to find maximum of two numbers using inline functions.

3 Answers   IBM,


What are constructors in oop?

0 Answers  


IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?

2 Answers  


Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?

4 Answers   EA Electronic Arts,


how much classes are used in c++

5 Answers  


What is class and object in oops?

0 Answers  


Iam doing my project on instant messaging , if you any new ideas regarding this project ,please suggest it?

2 Answers  


Categories