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 are the OOPS concepts?

106 Answers   A1 Technology, Bajaj, CTS, EDS, HP, Infosys, Intel, Microsoft, MNC, Persistent, PlanetSoft, ProConstructor, TCS, Virtusa, Wipro, YSoft Solutions,


How oops is better than procedural?

0 Answers  


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

2 Answers  


What is constructor overloading in oop?

0 Answers  


how do u initialize the constant variables

5 Answers   IBM, Siemens,






OOP'S advantages of inheritance include:

1 Answers   Infosys,


Which method cannot be overridden?

0 Answers  


What are the fields of vtable

1 Answers   Mphasis,


swapping program does not use third variable

5 Answers   TCS,


difference between structure and union.

2 Answers   ADP, Convergys,


What is cohesion in oop?

0 Answers  


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

1 Answers  


Categories